#975772

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

Shades of Mauve Taupe #975772

Tints of Mauve Taupe #975772

Color information

#975772 (or 0x975772) is unknown color: approx Mauve Taupe. HEX triplet: 97, 57 and 72. RGB value is (151,87,114). Sum of RGB (Red+Green+Blue) = 151+87+114=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #975772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975772 is #68A88D. Grayscale: #6D6D6D. Windows color (decimal): -6858894 or 7493527. OLE color: 7493527.

HSL color Cylindrical-coordinate representation of color #975772: hue angle of 334.69º 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 #975772 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15187114-
CMYK00.420.250.41
HSL334.69º26.89%46.67%-
HSV(B)334.69º42.38%59.22%-
XYZ19.2114.6117.73-
YUV109.21130.7157.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=42.90%
G=24.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518711400.420.250.41334.6926.8946.67
Hex97577202A192914f1b2f
Octal22712716205231515173357
Binary100101111010111111001001010101100110100110100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975772; }

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

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

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

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

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

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

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

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