Color Hex Logo

#776716 Color Hex

#776716
(119,103,22)
0 Favorites   0 Comments

Color spaces of #776716

RGB 11910322
HSL0.140.690.28
HSV50°82°47°
CMYK 0.000.130.82   0.53
XYZ12.602813.68042.7354
Yxy13.68040.43430.4714
Hunter Lab36.9870-3.906021.5061
CIE-Lab43.7711-2.669544.4779

#776716 color RGB value is (119,103,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100111 00010110
Octal 167 147 26
Decimal 119 103 22
Hex 77 67 16

RGB Percentages of Color #776716

%48.77
%42.21
%9.02

CMYK Percentages of Color #776716

%0
%13
%82
%53

Triadic Colors of #776716

#776716 #167767 #671677

Analogous Colors of #776716

#776716 #577716 #773716

Monochromatic Colors of #776716

#776716

Complementary Color

#776716 #162677

#776716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776716 Color CSS Codes

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

#776716 Text Font Color

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

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


#776716 Background Color

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

This div background color is #776716


#776716 Border Color

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

This div border color is #776716


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,103,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 #776716">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776716


Comments

No comments written yet.

Please login to write comment.