Html Css Color HEX #976872 Mauve Taupe

📋 copy color: '#976872'

red 151 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #976872

Tints of Mauve Taupe #976872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.18%

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

R = 40.92%
G = 28.18%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976872 (or 0x976872) is known color: Mauve Taupe. HEX triplet: 97, 68 and 72. RGB value is (151,104,114). Sum of RGB (Red+Green+Blue) = 151+104+114=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976872 is #68978D. Grayscale: #777777. Windows color (decimal): -6854542 or 7497879. OLE color: 7497879.

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

Color convert

RGB 151 104 114 -
CMYK 0 0.31 0.25 0.41
HSL 347.23º 0.18% 0.5% -
HSV(B) 347.23º 0.31% 0.59% -
XYZ 20.75 17.69 18.24 -
YUV 119.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 151 104 114 0 0.31 0.25 0.41 347.23 0.18 0.5
Hex 97 68 72 0 1F 19 29 15B 12 32
Octal 227 150 162 0 37 31 51 533 22 62
Binary 10010111 1101000 1110010 0 11111 11001 101001 101011011 10010 110010

Color Harmonies of #976872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976872

Black with #976872

Text Example


Text Example

White with #976872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976872; }

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

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

background-color css

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

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

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

border-color css

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

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

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