Color Hex Logo

#776317 Color Hex

#776317
(119,99,23)
0 Favorites   0 Comments

Color spaces of #776317

RGB 1199923
HSL0.130.680.28
HSV48°81°47°
CMYK 0.000.170.81   0.53
XYZ12.224212.90752.6577
Yxy12.90750.43990.4645
Hunter Lab35.9270-2.137520.7629
CIE-Lab42.6235-0.302443.0594

#776317 color RGB value is (119,99,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 00010111
Octal 167 143 27
Decimal 119 99 23
Hex 77 63 17

RGB Percentages of Color #776317

%49.38
%41.08
%9.54

CMYK Percentages of Color #776317

%0
%17
%81
%53

Triadic Colors of #776317

#776317 #177763 #631777

Analogous Colors of #776317

#776317 #5b7717 #773317

Monochromatic Colors of #776317

#776317

Complementary Color

#776317 #172b77

#776317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776317 Color CSS Codes

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

#776317 Text Font Color

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

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


#776317 Background Color

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

This div background color is #776317


#776317 Border Color

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

This div border color is #776317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776317


Comments

No comments written yet.

Please login to write comment.