Color Hex Logo

#776816 Color Hex

#776816
(119,104,22)
0 Favorites   0 Comments

Color spaces of #776816

RGB 11910422
HSL0.140.690.28
HSV51°82°47°
CMYK 0.000.130.82   0.53
XYZ12.702913.88052.7687
Yxy13.88050.43280.4729
Hunter Lab37.2565-4.338021.6735
CIE-Lab44.0611-3.246244.7412

#776816 color RGB value is (119,104,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 00010110
Octal 167 150 26
Decimal 119 104 22
Hex 77 68 16

RGB Percentages of Color #776816

%48.57
%42.45
%8.98

CMYK Percentages of Color #776816

%0
%13
%82
%53

Triadic Colors of #776816

#776816 #167768 #681677

Analogous Colors of #776816

#776816 #567716 #773816

Monochromatic Colors of #776816

#776816

Complementary Color

#776816 #162577

#776816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776816 Color CSS Codes

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

#776816 Text Font Color

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

This sample text font color is #776816
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.


#776816 Background Color

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

This div background color is #776816


#776816 Border Color

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

This div border color is #776816


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776816


Comments

No comments written yet.

Please login to write comment.