#875A70

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

Shades of Mauve Taupe #875A70

Tints of Mauve Taupe #875A70

Color information

#875A70 (or 0x875A70) is unknown color: approx Mauve Taupe. HEX triplet: 87, 5A and 70. RGB value is (135,90,112). Sum of RGB (Red+Green+Blue) = 135+90+112=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A70 is #78A58F. Grayscale: #696969. Windows color (decimal): -7906704 or 7363207. OLE color: 7363207.

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

Color convert

RGB13590112-
CMYK00.330.170.47
HSL330.67º20%44.12%-
HSV(B)330.67º33.33%52.94%-
XYZ16.5713.6317.09-
YUV105.96131.41148.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=40.06%
G=26.71%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359011200.330.170.47330.672044.12
Hex875A70021112F14b142c
Octal20713216004121575132454
Binary100001111011010111000001000011000110111110100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A70; }

 p { color: rgb(135,90,112); }

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

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

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

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

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

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

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