Html Css Color HEX #976470 Mauve Taupe

📋 copy color: '#976470'

red 151 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #976470

Tints of Mauve Taupe #976470

RGB

 RED value IS 151 (59.38% from 255) = 41.6%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 41.6%
G = 27.55%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#976470 (or 0x976470) is known color: Mauve Taupe. HEX triplet: 97, 64 and 70. RGB value is (151,100,112). Sum of RGB (Red+Green+Blue) = 151+100+112=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976470 is #689B8F. Grayscale: #747474. Windows color (decimal): -6855568 or 7365783. OLE color: 7365783.

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

Color convert

RGB 151 100 112 -
CMYK 0 0.34 0.26 0.41
HSL 345.88º 0.2% 0.49% -
HSV(B) 345.88º 0.34% 0.59% -
XYZ 20.24 16.86 17.52 -
YUV 116.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 151 100 112 0 0.34 0.26 0.41 345.88 0.2 0.49
Hex 97 64 70 0 22 1A 29 15A 14 31
Octal 227 144 160 0 42 32 51 532 24 61
Binary 10010111 1100100 1110000 0 100010 11010 101001 101011010 10100 110001

Color Harmonies of #976470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976470

Black with #976470

Text Example


Text Example

White with #976470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976470; }

 p { color: rgb(151,100,112); }

 H1.HeaderClassName
 {
   color: #976470;
 }
 .AnyTagClassName
 {
   color: #976470;
 }
</style>

background-color css

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

 a { background-color: rgb(151,100,112); }

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

border-color css

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

 span { border-color: rgb(151,100,112); }

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