Color Hex Logo

#87770a Color Hex

#87770A
(135,119,10)
0 Favorites   0 Comments

Color spaces of #87770a

RGB 13511910
HSL0.150.860.28
HSV52°93°53°
CMYK 0.000.120.93   0.47
XYZ16.643318.36652.9550
Yxy18.36650.43840.4838
Hunter Lab42.8562-5.677325.9112
CIE-Lab49.9376-4.485353.5827

#87770a color RGB value is (135,119,10).

#87770a hex color red value is 135, green value is 119 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #87770a hue: 0.15 , saturation: 0.86 and the lightness value of 87770a is 0.28.

The process color (four color CMYK) of #87770a color hex is 0.00, 0.12, 0.93, 0.47. Web safe color of #87770a is #996600. Color #87770a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110111 00001010
Octal 207 167 12
Decimal 135 119 10
Hex 87 77 A

RGB Percentages of Color #87770a

%51.14
%45.08
%3.79

CMYK Percentages of Color #87770a

%0
%12
%93
%47

Triadic Colors of #87770a

#87770a #0a8777 #770a87

Analogous Colors of #87770a

#87770a #59870a #87390a

Monochromatic Colors of #87770a

#87770a

Complementary Color

#87770a #0a1a87

#87770a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87770a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87770a Color CSS Codes

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

#87770a Text Font Color

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

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


#87770a Background Color

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

This div background color is #87770a


#87770a Border Color

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

This div border color is #87770a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,119,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87770a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87770a;
  -webkit-box-shadow: 1px 1px 3px 2px #87770a;
  box-shadow:         1px 1px 3px 2px #87770a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87770a


Comments

No comments written yet.

Please login to write comment.