#877882

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

Shades of Taupe Grey #877882

Tints of Taupe Grey #877882

Color information

#877882 (or 0x877882) is unknown color: approx Taupe Grey. HEX triplet: 87, 78 and 82. RGB value is (135,120,130). Sum of RGB (Red+Green+Blue) = 135+120+130=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877882 is #78877D. Grayscale: #7D7D7D. Windows color (decimal): -7899006 or 8550535. OLE color: 8550535.

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

Color convert

RGB135120130-
CMYK00.110.040.47
HSL320º5.88%50%-
HSV(B)320º11.11%52.94%-
XYZ20.7420.223.92-
YUV125.62130.47134.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=35.06%
G=31.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512013000.110.040.473205.8850
Hex8778820B42F140632
Octal207170202013457500662
Binary1000011111110001000001001011100101111101000000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877882; }

 p { color: rgb(135,120,130); }

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

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

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

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

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

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

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