Html Css Color HEX #976072 Mauve Taupe

📋 copy color: '#976072'

red 151 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #976072

Tints of Mauve Taupe #976072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 41.83%
G = 26.59%
B = 31.58%

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

#976072 (or 0x976072) is known color: Mauve Taupe. HEX triplet: 97, 60 and 72. RGB value is (151,96,114). Sum of RGB (Red+Green+Blue) = 151+96+114=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976072 is #689F8D. Grayscale: #727272. Windows color (decimal): -6856590 or 7495831. OLE color: 7495831.

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

Color convert

RGB 151 96 114 -
CMYK 0 0.36 0.25 0.41
HSL 340.36º 0.22% 0.48% -
HSV(B) 340.36º 0.36% 0.59% -
XYZ 19.98 16.16 17.99 -
YUV 114.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 151 96 114 0 0.36 0.25 0.41 340.36 0.22 0.48
Hex 97 60 72 0 24 19 29 154 16 30
Octal 227 140 162 0 44 31 51 524 26 60
Binary 10010111 1100000 1110010 0 100100 11001 101001 101010100 10110 110000

Color Harmonies of #976072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976072

Black with #976072

Text Example


Text Example

White with #976072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976072; }

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

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

background-color css

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

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

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

border-color css

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

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

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