Color Hex Logo

#776009 Color Hex

#776009
(119,96,9)
0 Favorites   0 Comments

Color spaces of #776009

RGB 119969
HSL0.130.860.25
HSV47°92°47°
CMYK 0.000.190.92   0.53
XYZ11.839912.30742.0100
Yxy12.30740.45260.4705
Hunter Lab35.0819-1.150821.1603
CIE-Lab41.70061.002946.6260

#776009 color RGB value is (119,96,9).

#776009 hex color red value is 119, green value is 96 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #776009 hue: 0.13 , saturation: 0.86 and the lightness value of 776009 is 0.25.

The process color (four color CMYK) of #776009 color hex is 0.00, 0.19, 0.92, 0.53. Web safe color of #776009 is #666600. Color #776009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 00001001
Octal 167 140 11
Decimal 119 96 9
Hex 77 60 9

RGB Percentages of Color #776009

%53.13
%42.86
%4.02

CMYK Percentages of Color #776009

%0
%19
%92
%53

Triadic Colors of #776009

#776009 #097760 #600977

Analogous Colors of #776009

#776009 #577709 #772909

Monochromatic Colors of #776009

#776009

Complementary Color

#776009 #092077

#776009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776009 Color CSS Codes

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

#776009 Text Font Color

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

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


#776009 Background Color

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

This div background color is #776009


#776009 Border Color

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

This div border color is #776009


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776009


Comments

No comments written yet.

Please login to write comment.