Color Hex Logo

#876555 Color Hex

#876555
(135,101,85)
0 Favorites   0 Comments

Color spaces of #876555

RGB 13510185
HSL0.050.230.43
HSV19°37°53°
CMYK 0.000.250.37   0.47
XYZ16.285015.114110.6533
Yxy15.11410.38730.3594
Hunter Lab38.87696.736810.9668
CIE-Lab45.790111.370214.3756

#876555 color RGB value is (135,101,85).

#876555 hex color red value is 135, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #876555 hue: 0.05 , saturation: 0.23 and the lightness value of 876555 is 0.43.

The process color (four color CMYK) of #876555 color hex is 0.00, 0.25, 0.37, 0.47. Web safe color of #876555 is #996666. Color #876555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 01010101
Octal 207 145 125
Decimal 135 101 85
Hex 87 65 55

RGB Percentages of Color #876555

%42.06
%31.46
%26.48

CMYK Percentages of Color #876555

%0
%25
%37
%47

Triadic Colors of #876555

#876555 #558765 #655587

Analogous Colors of #876555

#876555 #877e55 #87555e

Monochromatic Colors of #876555

#876555

Complementary Color

#876555 #557787

#876555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876555 Color CSS Codes

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

#876555 Text Font Color

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

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


#876555 Background Color

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

This div background color is #876555


#876555 Border Color

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

This div border color is #876555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876555


Comments

No comments written yet.

Please login to write comment.