#976376

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

Shades of Mauve Taupe #976376

Tints of Mauve Taupe #976376

Color information

#976376 (or 0x976376) is unknown color: approx Mauve Taupe. HEX triplet: 97, 63 and 76. RGB value is (151,99,118). Sum of RGB (Red+Green+Blue) = 151+99+118=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976376 is #689C89. Grayscale: #747474. Windows color (decimal): -6855818 or 7758743. OLE color: 7758743.

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

Color convert

RGB15199118-
CMYK00.340.220.41
HSL338.08º20.8%49.02%-
HSV(B)338.08º34.44%59.22%-
XYZ20.4916.8119.3-
YUV116.71128.73152.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=41.03%
G=26.90%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519911800.340.220.41338.0820.849.02
Hex97637602216291521531
Octal22714316604226515222561
Binary100101111100011111011001000101011010100110101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976376; }

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

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

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

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

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

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

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

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