Html Css Color HEX #966978 Mauve Taupe

📋 copy color: '#966978'

red 150 ◦ green 105 ◦ blue 120

#966978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #966978

Tints of Mauve Taupe #966978

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 value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#966978 (or 0x966978) is known color: 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

RGB 150 105 120 -
CMYK 0 0.30 0.20 0.41
HSL 340º 0.18% 0.5% -
HSV(B) 340º 0.3% 0.59% -
XYZ 21.02 17.94 20.12 -
YUV 120.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 150 105 120 0 0.30 0.20 0.41 340 0.18 0.5
Hex 96 69 78 0 1E 14 29 154 12 32
Octal 226 151 170 0 36 24 51 524 22 62
Binary 10010110 1101001 1111000 0 11110 10100 101001 101010100 10010 110010

Color Harmonies of #966978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966978

Black with #966978

Text Example


Text Example

White with #966978

Text Example


Text Example

HTML Codes & Css Web 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>