#975770

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

Shades of Mauve Taupe #975770

Tints of Mauve Taupe #975770

Color information

#975770 (or 0x975770) is unknown color: approx Mauve Taupe. HEX triplet: 97, 57 and 70. RGB value is (151,87,112). Sum of RGB (Red+Green+Blue) = 151+87+112=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975770 is #68A88F. Grayscale: #6C6C6C. Windows color (decimal): -6858896 or 7362455. OLE color: 7362455.

HSL color Cylindrical-coordinate representation of color #975770: hue angle of 336.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975770 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15187112-
CMYK00.420.260.41
HSL336.56º26.89%46.67%-
HSV(B)336.56º42.38%59.22%-
XYZ19.114.5717.13-
YUV108.99129.7157.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.14%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 112 (44.14% from 255) = 32%
R=43.14%
G=24.86%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518711200.420.260.41336.5626.8946.67
Hex97577002A1A291511b2f
Octal22712716005232515213357
Binary100101111010111111000001010101101010100110101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975770; }

 p { color: rgb(151,87,112); }

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

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

 a { background-color: rgb(151,87,112); }

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

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

 span { border-color: rgb(151,87,112); }

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