#976874

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

Shades of Mauve Taupe #976874

Tints of Mauve Taupe #976874

Color information

#976874 (or 0x976874) is unknown color: approx Mauve Taupe. HEX triplet: 97, 68 and 74. RGB value is (151,104,116). Sum of RGB (Red+Green+Blue) = 151+104+116=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976874 is #68978B. Grayscale: #777777. Windows color (decimal): -6854540 or 7628951. OLE color: 7628951.

HSL color Cylindrical-coordinate representation of color #976874: hue angle of 344.68º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976874 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB151104116-
CMYK00.310.230.41
HSL344.68º18.43%50%-
HSV(B)344.68º31.13%59.22%-
XYZ20.8717.7418.85-
YUV119.42126.07150.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.70%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=40.70%
G=28.03%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110411600.310.230.41344.6818.4350
Hex97687401F17291591232
Octal22715016403727515312262
Binary10010111110100011101000111111011110100110101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976874; }

 p { color: rgb(151,104,116); }

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

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

 a { background-color: rgb(151,104,116); }

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

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

 span { border-color: rgb(151,104,116); }

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