#878687

Color #878687 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #878687

Tints of Taupe Grey #878687

Color information

#878687 (or 0x878687) is unknown color: approx Taupe Grey. HEX triplet: 87, 86 and 87. RGB value is (135,134,135). Sum of RGB (Red+Green+Blue) = 135+134+135=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #878687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878687 is #787978. Grayscale: #868686. Windows color (decimal): -7895417 or 8881799. OLE color: 8881799.

HSL color Cylindrical-coordinate representation of color #878687: hue angle of 300º degrees, saturation: 0, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #878687 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB135134135-
CMYK00.0100.47
HSL300º0.41%52.75%-
HSV(B)300º0.74%52.94%-
XYZ22.8923.9526.34-
YUV134.41128.33128.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 135 (53.12% from 255) = 33.42%
R=33.42%
G=33.17%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513413500.0100.473000.4152.75
Hex8786870102F12c035
Octal20720620701057454065
Binary1000011110000110100001110101011111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878687; }

 p { color: rgb(135,134,135); }

 H1.HeaderClassName
 {
   color: #878687;
 }
 .AnyTagClassName
 {
   color: #878687;
 }
</style>
background-color css

<style>
 a { background-color: #878687; }

 a { background-color: rgb(135,134,135); }

 div.DivClassName
 {
   background-color: #878687;
 }
 .BgClassName
 {
   background-color: #878687;
 }
</style>
border-color css

<style>
 span { border-color: #878687; }

 span { border-color: rgb(135,134,135); }

 td.TdClassName
 {
   border-color: #878687;
 }
 .TagClassName
 {
   border-color: #878687;
 }
</style>