#976778

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

Shades of Mauve Taupe #976778

Tints of Mauve Taupe #976778

Color information

#976778 (or 0x976778) is unknown color: approx Mauve Taupe. HEX triplet: 97, 67 and 78. RGB value is (151,103,120). Sum of RGB (Red+Green+Blue) = 151+103+120=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #976778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976778 is #689887. Grayscale: #777777. Windows color (decimal): -6854792 or 7890839. OLE color: 7890839.

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

Color convert

RGB151103120-
CMYK00.320.210.41
HSL338.75º18.9%49.8%-
HSV(B)338.75º31.79%59.22%-
XYZ2117.6420.07-
YUV119.29128.4150.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.37%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 120 (47.27% from 255) = 32.09%
R=40.37%
G=27.54%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110312000.320.210.41338.7518.949.8
Hex97677802015291531332
Octal22714717004025515232362
Binary100101111100111111100001000001010110100110101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976778; }

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

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

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

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

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

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

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

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