Html Css Color HEX #976172 Mauve Taupe

📋 copy color: '#976172'

red 151 ◦ green 97 ◦ blue 114

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

Shades of Mauve Taupe #976172

Tints of Mauve Taupe #976172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 41.71%
G = 26.8%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976172 (or 0x976172) is known color: Mauve Taupe. HEX triplet: 97, 61 and 72. RGB value is (151,97,114). Sum of RGB (Red+Green+Blue) = 151+97+114=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976172 is #689E8D. Grayscale: #737373. Windows color (decimal): -6856334 or 7496087. OLE color: 7496087.

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

Color convert

RGB 151 97 114 -
CMYK 0 0.36 0.25 0.41
HSL 341.11º 0.22% 0.49% -
HSV(B) 341.11º 0.36% 0.59% -
XYZ 20.07 16.34 18.02 -
YUV 115.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 151 97 114 0 0.36 0.25 0.41 341.11 0.22 0.49
Hex 97 61 72 0 24 19 29 155 16 31
Octal 227 141 162 0 44 31 51 525 26 61
Binary 10010111 1100001 1110010 0 100100 11001 101001 101010101 10110 110001

Color Harmonies of #976172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976172

Black with #976172

Text Example


Text Example

White with #976172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976172; }

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

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

background-color css

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

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

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

border-color css

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

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

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