Color Hex Logo

#876a75 Color Hex

#876A75
(135,106,117)
0 Favorites   0 Comments

Color spaces of #876a75

RGB 135106117
HSL0.940.120.47
HSV337°21°53°
CMYK 0.000.210.13   0.47
XYZ18.356616.743319.0939
Yxy16.74330.33870.3090
Hunter Lab40.91868.46990.9764
CIE-Lab47.935013.4339-1.7132

#876a75 color RGB value is (135,106,117).

#876a75 hex color red value is 135, green value is 106 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #876a75 hue: 0.94 , saturation: 0.12 and the lightness value of 876a75 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 01110101
Octal 207 152 165
Decimal 135 106 117
Hex 87 6A 75

RGB Percentages of Color #876a75

%37.71
%29.61
%32.68

CMYK Percentages of Color #876a75

%0
%21
%13
%47

Triadic Colors of #876a75

#876a75 #75876a #6a7587

Analogous Colors of #876a75

#876a75 #876e6a #876a84

Monochromatic Colors of #876a75

#876a75

Complementary Color

#876a75 #6a877c

#876a75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876a75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876a75 Color CSS Codes

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

#876a75 Text Font Color

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

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


#876a75 Background Color

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

This div background color is #876a75


#876a75 Border Color

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

This div border color is #876a75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876a75


Comments

No comments written yet.

Please login to write comment.