Color Hex Logo

#876475 Color Hex

#876475
(135,100,117)
0 Favorites   0 Comments

Color spaces of #876475

RGB 135100117
HSL0.920.150.46
HSV331°26°53°
CMYK 0.000.260.13   0.47
XYZ17.759715.549618.8950
Yxy15.54960.34020.2979
Hunter Lab39.433011.3845-0.8067
CIE-Lab46.377916.9779-4.0076

#876475 color RGB value is (135,100,117).

#876475 hex color red value is 135, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #876475 hue: 0.92 , saturation: 0.15 and the lightness value of 876475 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100100 01110101
Octal 207 144 165
Decimal 135 100 117
Hex 87 64 75

RGB Percentages of Color #876475

%38.35
%28.41
%33.24

CMYK Percentages of Color #876475

%0
%26
%13
%47

Triadic Colors of #876475

#876475 #758764 #647587

Analogous Colors of #876475

#876475 #876564 #876487

Monochromatic Colors of #876475

#876475

Complementary Color

#876475 #648776

#876475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876475 Color CSS Codes

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

#876475 Text Font Color

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

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


#876475 Background Color

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

This div background color is #876475


#876475 Border Color

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

This div border color is #876475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,100,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 #876475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876475


Comments

No comments written yet.

Please login to write comment.