#976277

Color #976277 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #976277

Tints of Mauve Taupe #976277

Color information

#976277 (or 0x976277) is unknown color: approx Mauve Taupe. HEX triplet: 97, 62 and 77. RGB value is (151,98,119). Sum of RGB (Red+Green+Blue) = 151+98+119=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976277 is #689D88. Grayscale: #747474. Windows color (decimal): -6856073 or 7824023. OLE color: 7824023.

HSL color Cylindrical-coordinate representation of color #976277: hue angle of 336.23º 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 #976277 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15198119-
CMYK00.350.210.41
HSL336.23º21.29%48.82%-
HSV(B)336.23º35.1%59.22%-
XYZ20.4616.6519.59-
YUV116.24129.56152.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 119 (46.88% from 255) = 32.34%
R=41.03%
G=26.63%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519811900.350.210.41336.2321.2948.82
Hex97627702315291501531
Octal22714216704325515202561
Binary100101111100010111011101000111010110100110101000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976277; }

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

 H1.HeaderClassName
 {
   color: #976277;
 }
 .AnyTagClassName
 {
   color: #976277;
 }
</style>
background-color css

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

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

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

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

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

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