#878084

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

Shades of Taupe Grey #878084

Tints of Taupe Grey #878084

Color information

#878084 (or 0x878084) is unknown color: approx Taupe Grey. HEX triplet: 87, 80 and 84. RGB value is (135,128,132). Sum of RGB (Red+Green+Blue) = 135+128+132=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 135 - color contains mainly: red. Hex color #878084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878084 is #787F7B. Grayscale: #828282. Windows color (decimal): -7896956 or 8683655. OLE color: 8683655.

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

Color convert

RGB135128132-
CMYK00.050.020.47
HSL325.71º2.83%51.57%-
HSV(B)325.71º5.19%52.94%-
XYZ21.8822.2624.97-
YUV130.55128.82131.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=34.18%
G=32.41%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512813200.050.020.47325.712.8351.57
Hex8780840522F146334
Octal20720020405257506364
Binary10000111100000001000010001011010111110100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878084; }

 p { color: rgb(135,128,132); }

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

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

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

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

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

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

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