Color Hex Logo

#875f6c Color Hex

#875F6C
(135,95,108)
0 Favorites   0 Comments

Color spaces of #875f6c

RGB 13595108
HSL0.950.170.45
HSV341°30°53°
CMYK 0.000.300.20   0.47
XYZ16.790714.418016.0854
Yxy14.41800.35500.3049
Hunter Lab37.971012.48291.4631
CIE-Lab44.826518.3688-0.8540

#875f6c color RGB value is (135,95,108).

#875f6c hex color red value is 135, green value is 95 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #875f6c hue: 0.95 , saturation: 0.17 and the lightness value of 875f6c is 0.45.

The process color (four color CMYK) of #875f6c color hex is 0.00, 0.30, 0.20, 0.47. Web safe color of #875f6c is #996666. Color #875f6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01011111 01101100
Octal 207 137 154
Decimal 135 95 108
Hex 87 5F 6C

RGB Percentages of Color #875f6c

%39.94
%28.11
%31.95

CMYK Percentages of Color #875f6c

%0
%30
%20
%47

Triadic Colors of #875f6c

#875f6c #6c875f #5f6c87

Analogous Colors of #875f6c

#875f6c #87665f #875f80

Monochromatic Colors of #875f6c

#875f6c

Complementary Color

#875f6c #5f877a

#875f6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#875f6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#875f6c Color CSS Codes

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

#875f6c Text Font Color

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

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


#875f6c Background Color

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

This div background color is #875f6c


#875f6c Border Color

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

This div border color is #875f6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,95,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #875f6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #875f6c;
  -webkit-box-shadow: 1px 1px 3px 2px #875f6c;
  box-shadow:         1px 1px 3px 2px #875f6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #875f6c


Comments

No comments written yet.

Please login to write comment.