Color Hex Logo

#876076 Color Hex

#876076
(135,96,118)
0 Favorites   0 Comments

Color spaces of #876076

RGB 13596118
HSL0.910.170.45
HSV326°29°53°
CMYK 0.000.290.13   0.47
XYZ17.444614.824619.0816
Yxy14.82460.33970.2887
Hunter Lab38.502713.4940-2.4317
CIE-Lab45.393019.5227-6.0718

#876076 color RGB value is (135,96,118).

#876076 hex color red value is 135, green value is 96 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #876076 hue: 0.91 , saturation: 0.17 and the lightness value of 876076 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100000 01110110
Octal 207 140 166
Decimal 135 96 118
Hex 87 60 76

RGB Percentages of Color #876076

%38.68
%27.51
%33.81

CMYK Percentages of Color #876076

%0
%29
%13
%47

Triadic Colors of #876076

#876076 #768760 #607687

Analogous Colors of #876076

#876076 #876063 #856087

Monochromatic Colors of #876076

#876076

Complementary Color

#876076 #608771

#876076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876076 Color CSS Codes

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

#876076 Text Font Color

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

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


#876076 Background Color

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

This div background color is #876076


#876076 Border Color

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

This div border color is #876076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876076


Comments

No comments written yet.

Please login to write comment.