#975771

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

Shades of Mauve Taupe #975771

Tints of Mauve Taupe #975771

Color information

#975771 (or 0x975771) is unknown color: approx Mauve Taupe. HEX triplet: 97, 57 and 71. RGB value is (151,87,113). Sum of RGB (Red+Green+Blue) = 151+87+113=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #975771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975771 is #68A88E. Grayscale: #6D6D6D. Windows color (decimal): -6858895 or 7427991. OLE color: 7427991.

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

Color convert

RGB15187113-
CMYK00.420.250.41
HSL335.62º26.89%46.67%-
HSV(B)335.62º42.38%59.22%-
XYZ19.1514.5917.43-
YUV109.1130.2157.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.02%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 113 (44.53% from 255) = 32.19%
R=43.02%
G=24.79%
B=32.19%

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
Decimal1518711300.420.250.41335.6226.8946.67
Hex97577102A19291501b2f
Octal22712716105231515203357
Binary100101111010111111000101010101100110100110101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975771; }

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

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

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

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

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

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

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

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