Color Hex Logo

#876a80 Color Hex

#876A80
(135,106,128)
0 Favorites   0 Comments

Color spaces of #876a80

RGB 135106128
HSL0.870.120.47
HSV314°21°53°
CMYK 0.000.210.05   0.47
XYZ19.042017.017522.7032
Yxy17.01750.32400.2896
Hunter Lab41.252310.2039-3.7537
CIE-Lab48.282115.4909-7.7655

#876a80 color RGB value is (135,106,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 10000000
Octal 207 152 200
Decimal 135 106 128
Hex 87 6A 80

RGB Percentages of Color #876a80

%36.59
%28.73
%34.69

CMYK Percentages of Color #876a80

%0
%21
%5
%47

Triadic Colors of #876a80

#876a80 #80876a #6a8087

Analogous Colors of #876a80

#876a80 #876a72 #806a87

Monochromatic Colors of #876a80

#876a80

Complementary Color

#876a80 #6a8771

#876a80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876a80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876a80 Color CSS Codes

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

#876a80 Text Font Color

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

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


#876a80 Background Color

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

This div background color is #876a80


#876a80 Border Color

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

This div border color is #876a80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876a80


Comments

No comments written yet.

Please login to write comment.