Color Hex Logo

#87745b Color Hex

#87745B
(135,116,91)
0 Favorites   0 Comments

Color spaces of #87745b

RGB 13511691
HSL0.090.190.44
HSV34°33°53°
CMYK 0.000.140.33   0.47
XYZ18.125418.397012.4932
Yxy18.39700.36980.3753
Hunter Lab42.89170.370912.7546
CIE-Lab49.97413.425816.5631

#87745b color RGB value is (135,116,91).

#87745b hex color red value is 135, green value is 116 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #87745b hue: 0.09 , saturation: 0.19 and the lightness value of 87745b is 0.44.

The process color (four color CMYK) of #87745b color hex is 0.00, 0.14, 0.33, 0.47. Web safe color of #87745b is #996666. Color #87745b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01110100 01011011
Octal 207 164 133
Decimal 135 116 91
Hex 87 74 5B

RGB Percentages of Color #87745b

%39.47
%33.92
%26.61

CMYK Percentages of Color #87745b

%0
%14
%33
%47

Triadic Colors of #87745b

#87745b #5b8774 #745b87

Analogous Colors of #87745b

#87745b #84875b #875e5b

Monochromatic Colors of #87745b

#87745b

Complementary Color

#87745b #5b6e87

#87745b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87745b Color Preview on White Background

Lorem ipsum dolor sit amet.

#87745b Color CSS Codes

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

#87745b Text Font Color

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

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


#87745b Background Color

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

This div background color is #87745b


#87745b Border Color

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

This div border color is #87745b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,116,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87745b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87745b;
  -webkit-box-shadow: 1px 1px 3px 2px #87745b;
  box-shadow:         1px 1px 3px 2px #87745b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87745b


Comments

No comments written yet.

Please login to write comment.