Color Hex Logo

#878476 Color Hex

#878476
(135,132,118)
0 Favorites   0 Comments

Color spaces of #878476

RGB 135132118
HSL0.140.070.50
HSV49°13°53°
CMYK 0.000.020.13   0.47
XYZ21.513022.961420.4377
Yxy22.96140.33140.3537
Hunter Lab47.9181-3.71838.2546
CIE-Lab55.0326-1.46197.9571

#878476 color RGB value is (135,132,118).

#878476 hex color red value is 135, green value is 132 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #878476 hue: 0.14 , saturation: 0.07 and the lightness value of 878476 is 0.50.

The process color (four color CMYK) of #878476 color hex is 0.00, 0.02, 0.13, 0.47. Web safe color of #878476 is #999966. Color #878476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 01110110
Octal 207 204 166
Decimal 135 132 118
Hex 87 84 76

RGB Percentages of Color #878476

%35.06
%34.29
%30.65

CMYK Percentages of Color #878476

%0
%2
%13
%47

Triadic Colors of #878476

#878476 #768784 #847687

Analogous Colors of #878476

#878476 #828776 #877c76

Monochromatic Colors of #878476

#878476

Complementary Color

#878476 #767987

#878476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878476 Color CSS Codes

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

#878476 Text Font Color

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

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


#878476 Background Color

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

This div background color is #878476


#878476 Border Color

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

This div border color is #878476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878476


Comments

No comments written yet.

Please login to write comment.