Html Css Color HEX #976979 Mauve Taupe

📋 copy color: '#976979'

red 151 ◦ green 105 ◦ blue 121

#976979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #976979

Tints of Mauve Taupe #976979

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.1%

R = 40.05%
G = 27.85%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#976979 (or 0x976979) is known color: 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

RGB 151 105 121 -
CMYK 0 0.30 0.20 0.41
HSL 339.13º 0.18% 0.5% -
HSV(B) 339.13º 0.3% 0.59% -
XYZ 21.27 18.06 20.45 -
YUV 120.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 151 105 121 0 0.30 0.20 0.41 339.13 0.18 0.5
Hex 97 69 79 0 1E 14 29 153 12 32
Octal 227 151 171 0 36 24 51 523 22 62
Binary 10010111 1101001 1111001 0 11110 10100 101001 101010011 10010 110010

Color Harmonies of #976979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976979

Black with #976979

Text Example


Text Example

White with #976979

Text Example


Text Example

HTML Codes & Css Web 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>