Color Hex Logo

#776312 Color Hex

#776312
(119,99,18)
0 Favorites   0 Comments

Color spaces of #776312

RGB 1199918
HSL0.130.740.27
HSV48°85°47°
CMYK 0.000.170.85   0.53
XYZ12.178812.88932.4183
Yxy12.88930.44310.4689
Hunter Lab35.9017-2.276021.1375
CIE-Lab42.5960-0.496444.8089

#776312 color RGB value is (119,99,18).

#776312 hex color red value is 119, green value is 99 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #776312 hue: 0.13 , saturation: 0.74 and the lightness value of 776312 is 0.27.

The process color (four color CMYK) of #776312 color hex is 0.00, 0.17, 0.85, 0.53. Web safe color of #776312 is #666600. Color #776312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 00010010
Octal 167 143 22
Decimal 119 99 18
Hex 77 63 12

RGB Percentages of Color #776312

%50.42
%41.95
%7.63

CMYK Percentages of Color #776312

%0
%17
%85
%53

Triadic Colors of #776312

#776312 #127763 #631277

Analogous Colors of #776312

#776312 #597712 #773012

Monochromatic Colors of #776312

#776312

Complementary Color

#776312 #122677

#776312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776312 Color CSS Codes

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

#776312 Text Font Color

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

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


#776312 Background Color

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

This div background color is #776312


#776312 Border Color

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

This div border color is #776312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776312


Comments

No comments written yet.

Please login to write comment.