#966978

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

Shades of Mauve Taupe #966978

Tints of Mauve Taupe #966978

Color information

#966978 (or 0x966978) is unknown color: approx Mauve Taupe. HEX triplet: 96, 69 and 78. RGB value is (150,105,120). Sum of RGB (Red+Green+Blue) = 150+105+120=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #966978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966978 is #699687. Grayscale: #787878. Windows color (decimal): -6919816 or 7891350. OLE color: 7891350.

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

Color convert

RGB150105120-
CMYK00.300.200.41
HSL340º17.65%50%-
HSV(B)340º30%58.82%-
XYZ21.0217.9420.12-
YUV120.16127.91149.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 120 (47.27% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512000.300.200.4134017.6550
Hex96697801E14291541232
Octal22615117003624515242262
Binary10010110110100111110000111101010010100110101010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966978; }

 p { color: rgb(150,105,120); }

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

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

 a { background-color: rgb(150,105,120); }

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

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

 span { border-color: rgb(150,105,120); }

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