Color Hex Logo

#87750a Color Hex

#87750A
(135,117,10)
0 Favorites   0 Comments

Color spaces of #87750a

RGB 13511710
HSL0.140.860.28
HSV51°93°53°
CMYK 0.000.130.93   0.47
XYZ16.407717.89542.8765
Yxy17.89540.44130.4813
Hunter Lab42.3030-4.796825.5805
CIE-Lab49.3690-3.360453.1392

#87750a color RGB value is (135,117,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110101 00001010
Octal 207 165 12
Decimal 135 117 10
Hex 87 75 A

RGB Percentages of Color #87750a

%51.53
%44.66
%3.82

CMYK Percentages of Color #87750a

%0
%13
%93
%47

Triadic Colors of #87750a

#87750a #0a8775 #750a87

Analogous Colors of #87750a

#87750a #5b870a #87370a

Monochromatic Colors of #87750a

#87750a

Complementary Color

#87750a #0a1c87

#87750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87750a Color CSS Codes

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

#87750a Text Font Color

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

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


#87750a Background Color

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

This div background color is #87750a


#87750a Border Color

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

This div border color is #87750a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,117,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 #87750a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87750a


Comments

No comments written yet.

Please login to write comment.