Color Hex Logo

#878482 Color Hex

#878482
(135,132,130)
0 Favorites   0 Comments

Color spaces of #878482

RGB 135132130
HSL0.070.020.52
HSV24°53°
CMYK 0.000.020.04   0.47
XYZ22.272223.265124.4358
Yxy23.26510.31830.3325
Hunter Lab48.2339-1.98633.7268
CIE-Lab55.34440.73721.4676

#878482 color RGB value is (135,132,130).

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

The process color (four color CMYK) of #878482 color hex is 0.00, 0.02, 0.04, 0.47. Web safe color of #878482 is #999999. Color #878482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 10000010
Octal 207 204 202
Decimal 135 132 130
Hex 87 84 82

RGB Percentages of Color #878482

%34.01
%33.25
%32.75

CMYK Percentages of Color #878482

%0
%2
%4
%47

Triadic Colors of #878482

#878482 #828784 #848287

Analogous Colors of #878482

#878482 #878782 #878283

Monochromatic Colors of #878482

#878482

Complementary Color

#878482 #828587

#878482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878482 Color CSS Codes

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

#878482 Text Font Color

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

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


#878482 Background Color

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

This div background color is #878482


#878482 Border Color

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

This div border color is #878482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878482


Comments

No comments written yet.

Please login to write comment.