Color Hex Logo

#876775 Color Hex

#876775
(135,103,117)
0 Favorites   0 Comments

Color spaces of #876775

RGB 135103117
HSL0.930.130.47
HSV334°24°53°
CMYK 0.000.240.13   0.47
XYZ18.052816.135718.9926
Yxy16.13570.33950.3034
Hunter Lab40.16939.92490.0853
CIE-Lab47.152015.2053-2.8648

#876775 color RGB value is (135,103,117).

#876775 hex color red value is 135, green value is 103 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #876775 hue: 0.93 , saturation: 0.13 and the lightness value of 876775 is 0.47.

The process color (four color CMYK) of #876775 color hex is 0.00, 0.24, 0.13, 0.47. Web safe color of #876775 is #996666. Color #876775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100111 01110101
Octal 207 147 165
Decimal 135 103 117
Hex 87 67 75

RGB Percentages of Color #876775

%38.03
%29.01
%32.96

CMYK Percentages of Color #876775

%0
%24
%13
%47

Triadic Colors of #876775

#876775 #758767 #677587

Analogous Colors of #876775

#876775 #876967 #876785

Monochromatic Colors of #876775

#876775

Complementary Color

#876775 #678779

#876775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876775 Color CSS Codes

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

#876775 Text Font Color

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

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


#876775 Background Color

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

This div background color is #876775


#876775 Border Color

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

This div border color is #876775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876775


Comments

No comments written yet.

Please login to write comment.