Color Hex Logo

#776810 Color Hex

#776810
(119,104,16)
0 Favorites   0 Comments

Color spaces of #776810

RGB 11910416
HSL0.140.760.26
HSV51°87°47°
CMYK 0.000.130.87   0.53
XYZ12.651613.86002.4986
Yxy13.86000.43610.4778
Hunter Lab37.2290-4.490822.0811
CIE-Lab44.0315-3.463346.6685

#776810 color RGB value is (119,104,16).

#776810 hex color red value is 119, green value is 104 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #776810 hue: 0.14 , saturation: 0.76 and the lightness value of 776810 is 0.26.

The process color (four color CMYK) of #776810 color hex is 0.00, 0.13, 0.87, 0.53. Web safe color of #776810 is #666600. Color #776810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 00010000
Octal 167 150 20
Decimal 119 104 16
Hex 77 68 10

RGB Percentages of Color #776810

%49.79
%43.51
%6.69

CMYK Percentages of Color #776810

%0
%13
%87
%53

Triadic Colors of #776810

#776810 #107768 #681077

Analogous Colors of #776810

#776810 #537710 #773510

Monochromatic Colors of #776810

#776810

Complementary Color

#776810 #101f77

#776810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776810 Color CSS Codes

.mybgcolor {background-color:#776810; } 
.myforecolor {color:#776810; }
.mybordercolor {border:3px solid #776810; }

#776810 Text Font Color

<p style="color:#776810">Text here</p>

This sample text font color is #776810
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#776810 Background Color

<div style="background-color:#776810">
Div content here</div>

This div background color is #776810


#776810 Border Color

<div style="border:3px solid #776810">
Div here</div>

This div border color is #776810


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,104,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776810; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776810;
  -webkit-box-shadow: 1px 1px 3px 2px #776810;
  box-shadow:         1px 1px 3px 2px #776810; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,104,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #776810">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #776810;
  -webkit-box-shadow: 1px 1px 3px 2px #776810;
  box-shadow:         1px 1px 3px 2px #776810;">
Div content here</div>

This div box has shadow with color #776810


Comments

No comments written yet.

Please login to write comment.