Html Css Color HEX #976272 Mauve Taupe

📋 copy color: '#976272'

red 151 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #976272

Tints of Mauve Taupe #976272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 41.6%
G = 27%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976272 (or 0x976272) is known color: Mauve Taupe. HEX triplet: 97, 62 and 72. RGB value is (151,98,114). Sum of RGB (Red+Green+Blue) = 151+98+114=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976272 is #689D8D. Grayscale: #737373. Windows color (decimal): -6856078 or 7496343. OLE color: 7496343.

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

Color convert

RGB 151 98 114 -
CMYK 0 0.35 0.25 0.41
HSL 341.89º 0.21% 0.49% -
HSV(B) 341.89º 0.35% 0.59% -
XYZ 20.17 16.53 18.05 -
YUV 115.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 151 98 114 0 0.35 0.25 0.41 341.89 0.21 0.49
Hex 97 62 72 0 23 19 29 156 15 31
Octal 227 142 162 0 43 31 51 526 25 61
Binary 10010111 1100010 1110010 0 100011 11001 101001 101010110 10101 110001

Color Harmonies of #976272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976272

Black with #976272

Text Example


Text Example

White with #976272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976272; }

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

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

background-color css

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

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

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

border-color css

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

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

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