#877982

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

Shades of Taupe Grey #877982

Tints of Taupe Grey #877982

Color information

#877982 (or 0x877982) is unknown color: approx Taupe Grey. HEX triplet: 87, 79 and 82. RGB value is (135,121,130). Sum of RGB (Red+Green+Blue) = 135+121+130=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 135 - color contains mainly: red. Hex color #877982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877982 is #78867D. Grayscale: #7E7E7E. Windows color (decimal): -7898750 or 8550791. OLE color: 8550791.

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

Color convert

RGB135121130-
CMYK00.100.040.47
HSL321.43º5.51%50.2%-
HSV(B)321.43º10.37%52.94%-
XYZ20.8620.4423.96-
YUV126.21130.14134.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=34.97%
G=31.35%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512113000.100.040.47321.435.5150.2
Hex8779820A42F141632
Octal207171202012457501662
Binary1000011111110011000001001010100101111101000001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877982; }

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

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

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

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

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

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

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

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