#976979

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

Shades of Mauve Taupe #976979

Tints of Mauve Taupe #976979

Color information

#976979 (or 0x976979) is unknown color: approx Mauve Taupe. HEX triplet: 97, 69 and 79. RGB value is (151,105,121). Sum of RGB (Red+Green+Blue) = 151+105+121=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #976979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976979 is #689686. Grayscale: #787878. Windows color (decimal): -6854279 or 7956887. OLE color: 7956887.

HSL color Cylindrical-coordinate representation of color #976979: hue angle of 339.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976979 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB151105121-
CMYK00.300.200.41
HSL339.13º18.11%50.2%-
HSV(B)339.13º30.46%59.22%-
XYZ21.2718.0620.45-
YUV120.58128.24149.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=40.05%
G=27.85%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110512100.300.200.41339.1318.1150.2
Hex97697901E14291531232
Octal22715117103624515232262
Binary10010111110100111110010111101010010100110101001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976979; }

 p { color: rgb(151,105,121); }

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

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

 a { background-color: rgb(151,105,121); }

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

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

 span { border-color: rgb(151,105,121); }

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