#877981

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

Shades of Taupe Grey #877981

Tints of Taupe Grey #877981

Color information

#877981 (or 0x877981) is unknown color: approx Taupe Grey. HEX triplet: 87, 79 and 81. RGB value is (135,121,129). Sum of RGB (Red+Green+Blue) = 135+121+129=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877981 is #78867E. Grayscale: #7E7E7E. Windows color (decimal): -7898751 or 8485255. OLE color: 8485255.

HSL color Cylindrical-coordinate representation of color #877981: hue angle of 325.71º 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 #877981 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB135121129-
CMYK00.100.040.47
HSL325.71º5.51%50.2%-
HSV(B)325.71º10.37%52.94%-
XYZ20.7920.4123.61-
YUV126.1129.64134.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=35.06%
G=31.43%
B=33.51%

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
Decimal13512112900.100.040.47325.715.5150.2
Hex8779810A42F146632
Octal207171201012457506662
Binary1000011111110011000000101010100101111101000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877981; }

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

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

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

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

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

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

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

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