Color Hex Logo

#876065 Color Hex

#876065
(135,96,101)
0 Favorites   0 Comments

Color spaces of #876065

RGB 13596101
HSL0.980.170.45
HSV352°29°53°
CMYK 0.000.290.25   0.47
XYZ16.523514.456214.2314
Yxy14.45620.36550.3197
Hunter Lab38.021311.03624.4226
CIE-Lab44.880216.64133.4675

#876065 color RGB value is (135,96,101).

#876065 hex color red value is 135, green value is 96 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #876065 hue: 0.98 , saturation: 0.17 and the lightness value of 876065 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100000 01100101
Octal 207 140 145
Decimal 135 96 101
Hex 87 60 65

RGB Percentages of Color #876065

%40.66
%28.92
%30.42

CMYK Percentages of Color #876065

%0
%29
%25
%47

Triadic Colors of #876065

#876065 #658760 #606587

Analogous Colors of #876065

#876065 #876f60 #876079

Monochromatic Colors of #876065

#876065

Complementary Color

#876065 #608782

#876065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876065 Color CSS Codes

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

#876065 Text Font Color

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

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


#876065 Background Color

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

This div background color is #876065


#876065 Border Color

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

This div border color is #876065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876065


Comments

No comments written yet.

Please login to write comment.