#975276

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

Shades of Mauve Taupe #975276

Tints of Mauve Taupe #975276

Color information

#975276 (or 0x975276) is unknown color: approx Mauve Taupe. HEX triplet: 97, 52 and 76. RGB value is (151,82,118). Sum of RGB (Red+Green+Blue) = 151+82+118=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #975276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975276 is #68AD89. Grayscale: #6A6A6A. Windows color (decimal): -6860170 or 7754391. OLE color: 7754391.

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

Color convert

RGB15182118-
CMYK00.460.220.41
HSL328.7º29.61%45.69%-
HSV(B)328.7º45.7%59.22%-
XYZ19.0513.9218.82-
YUV106.74134.36159.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.02%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=43.02%
G=23.36%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518211800.460.220.41328.729.6145.69
Hex97527602E16291491e2e
Octal22712216605626515113656
Binary100101111010010111011001011101011010100110100100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975276; }

 p { color: rgb(151,82,118); }

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

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

 a { background-color: rgb(151,82,118); }

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

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

 span { border-color: rgb(151,82,118); }

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