#975975

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

Shades of Mauve Taupe #975975

Tints of Mauve Taupe #975975

Color information

#975975 (or 0x975975) is unknown color: approx Mauve Taupe. HEX triplet: 97, 59 and 75. RGB value is (151,89,117). Sum of RGB (Red+Green+Blue) = 151+89+117=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 151 - color contains mainly: red. Hex color #975975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975975 is #68A68A. Grayscale: #6E6E6E. Windows color (decimal): -6858379 or 7690647. OLE color: 7690647.

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

Color convert

RGB15189117-
CMYK00.410.230.41
HSL332.9º25.83%47.06%-
HSV(B)332.9º41.06%59.22%-
XYZ19.5515.0118.7-
YUV110.73131.54156.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.30%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=42.30%
G=24.93%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518911700.410.230.41332.925.8347.06
Hex975975029172914d1a2f
Octal22713116505127515153257
Binary100101111011001111010101010011011110100110100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975975; }

 p { color: rgb(151,89,117); }

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

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

 a { background-color: rgb(151,89,117); }

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

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

 span { border-color: rgb(151,89,117); }

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