Color Hex Logo

#876a81 Color Hex

#876A81
(135,106,129)
0 Favorites   0 Comments

Color spaces of #876a81

RGB 135106129
HSL0.870.120.47
HSV312°21°53°
CMYK 0.000.210.04   0.47
XYZ19.108217.043923.0516
Yxy17.04390.32280.2879
Hunter Lab41.284310.3703-4.2064
CIE-Lab48.315315.6863-8.3118

#876a81 color RGB value is (135,106,129).

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

The process color (four color CMYK) of #876a81 color hex is 0.00, 0.21, 0.04, 0.47. Web safe color of #876a81 is #996699. Color #876a81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 10000001
Octal 207 152 201
Decimal 135 106 129
Hex 87 6A 81

RGB Percentages of Color #876a81

%36.49
%28.65
%34.86

CMYK Percentages of Color #876a81

%0
%21
%4
%47

Triadic Colors of #876a81

#876a81 #81876a #6a8187

Analogous Colors of #876a81

#876a81 #876a73 #7f6a87

Monochromatic Colors of #876a81

#876a81

Complementary Color

#876a81 #6a8770

#876a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876a81 Color CSS Codes

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

#876a81 Text Font Color

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

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


#876a81 Background Color

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

This div background color is #876a81


#876a81 Border Color

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

This div border color is #876a81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876a81


Comments

No comments written yet.

Please login to write comment.