#976878

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

Shades of Mauve Taupe #976878

Tints of Mauve Taupe #976878

Color information

#976878 (or 0x976878) is unknown color: approx Mauve Taupe. HEX triplet: 97, 68 and 78. RGB value is (151,104,120). Sum of RGB (Red+Green+Blue) = 151+104+120=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #976878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976878 is #689787. Grayscale: #777777. Windows color (decimal): -6854536 or 7891095. OLE color: 7891095.

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

Color convert

RGB151104120-
CMYK00.310.210.41
HSL339.57º18.43%50%-
HSV(B)339.57º31.13%59.22%-
XYZ21.117.8420.1-
YUV119.88128.07150.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.27%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 120 (47.27% from 255) = 32%
R=40.27%
G=27.73%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110412000.310.210.41339.5718.4350
Hex97687801F15291541232
Octal22715017003725515242262
Binary10010111110100011110000111111010110100110101010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976878; }

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

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

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

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

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

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

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

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