Color Hex Logo

#876577 Color Hex

#876577
(135,101,119)
0 Favorites   0 Comments

Color spaces of #876577

RGB 135101119
HSL0.910.140.46
HSV328°25°53°
CMYK 0.000.250.12   0.47
XYZ17.975115.790219.5532
Yxy15.79020.33710.2961
Hunter Lab39.736911.2055-1.3588
CIE-Lab46.698016.7493-4.7364

#876577 color RGB value is (135,101,119).

#876577 hex color red value is 135, green value is 101 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #876577 hue: 0.91 , saturation: 0.14 and the lightness value of 876577 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100101 01110111
Octal 207 145 167
Decimal 135 101 119
Hex 87 65 77

RGB Percentages of Color #876577

%38.03
%28.45
%33.52

CMYK Percentages of Color #876577

%0
%25
%12
%47

Triadic Colors of #876577

#876577 #778765 #657787

Analogous Colors of #876577

#876577 #876566 #866587

Monochromatic Colors of #876577

#876577

Complementary Color

#876577 #658775

#876577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876577 Color CSS Codes

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

#876577 Text Font Color

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

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


#876577 Background Color

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

This div background color is #876577


#876577 Border Color

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

This div border color is #876577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876577


Comments

No comments written yet.

Please login to write comment.