Color Hex Logo

#776511 Color Hex

#776511
(119,101,17)
0 Favorites   0 Comments

Color spaces of #776511

RGB 11910117
HSL0.140.750.27
HSV49°86°47°
CMYK 0.000.150.86   0.53
XYZ12.362613.26982.4401
Yxy13.26980.44040.4727
Hunter Lab36.4277-3.170421.5279
CIE-Lab43.1670-1.695945.6250

#776511 color RGB value is (119,101,17).

#776511 hex color red value is 119, green value is 101 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #776511 hue: 0.14 , saturation: 0.75 and the lightness value of 776511 is 0.27.

The process color (four color CMYK) of #776511 color hex is 0.00, 0.15, 0.86, 0.53. Web safe color of #776511 is #666600. Color #776511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100101 00010001
Octal 167 145 21
Decimal 119 101 17
Hex 77 65 11

RGB Percentages of Color #776511

%50.21
%42.62
%7.17

CMYK Percentages of Color #776511

%0
%15
%86
%53

Triadic Colors of #776511

#776511 #117765 #651177

Analogous Colors of #776511

#776511 #567711 #773211

Monochromatic Colors of #776511

#776511

Complementary Color

#776511 #112377

#776511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776511 Color CSS Codes

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

#776511 Text Font Color

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

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


#776511 Background Color

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

This div background color is #776511


#776511 Border Color

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

This div border color is #776511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776511


Comments

No comments written yet.

Please login to write comment.