Color Hex Logo

#878481 Color Hex

#878481
(135,132,129)
0 Favorites   0 Comments

Color spaces of #878481

RGB 135132129
HSL0.080.020.52
HSV30°53°
CMYK 0.000.020.04   0.47
XYZ22.205423.238424.0840
Yxy23.23840.31940.3342
Hunter Lab48.2062-2.13784.1229
CIE-Lab55.31710.54642.0066

#878481 color RGB value is (135,132,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000100 10000001
Octal 207 204 201
Decimal 135 132 129
Hex 87 84 81

RGB Percentages of Color #878481

%34.09
%33.33
%32.58

CMYK Percentages of Color #878481

%0
%2
%4
%47

Triadic Colors of #878481

#878481 #818784 #848187

Analogous Colors of #878481

#878481 #878781 #878181

Monochromatic Colors of #878481

#878481

Complementary Color

#878481 #818487

#878481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878481 Color CSS Codes

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

#878481 Text Font Color

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

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


#878481 Background Color

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

This div background color is #878481


#878481 Border Color

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

This div border color is #878481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878481

#878481 Color Palettes


Comments

No comments written yet.

Please login to write comment.