#976172

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

Shades of Mauve Taupe #976172

Tints of Mauve Taupe #976172

Color information

#976172 (or 0x976172) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 72. RGB value is (151,97,114). Sum of RGB (Red+Green+Blue) = 151+97+114=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976172 is #689E8D. Grayscale: #737373. Windows color (decimal): -6856334 or 7496087. OLE color: 7496087.

HSL color Cylindrical-coordinate representation of color #976172: hue angle of 341.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976172 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15197114-
CMYK00.360.250.41
HSL341.11º21.77%48.63%-
HSV(B)341.11º35.76%59.22%-
XYZ20.0716.3418.02-
YUV115.08127.39153.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=41.71%
G=26.80%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519711400.360.250.41341.1121.7748.63
Hex97617202419291551631
Octal22714116204431515252661
Binary100101111100001111001001001001100110100110101010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976172; }

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

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

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

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

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

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

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

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