Html Css Color HEX #996878 Mauve Taupe

📋 copy color: '#996878'

red 153 ◦ green 104 ◦ blue 120

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

Shades of Mauve Taupe #996878

Tints of Mauve Taupe #996878

RGB

 RED value IS 153 (60.16% from 255) = 40.58%

 GREEN value IS 104 (41.02% from 255) = 27.59%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 40.58%
G = 27.59%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996878 (or 0x996878) is known color: Mauve Taupe. HEX triplet: 99, 68 and 78. RGB value is (153,104,120). Sum of RGB (Red+Green+Blue) = 153+104+120=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996878 is #669787. Grayscale: #787878. Windows color (decimal): -6723464 or 7891097. OLE color: 7891097.

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

Color convert

RGB 153 104 120 -
CMYK 0 0.32 0.22 0.4
HSL 340.41º 0.19% 0.5% -
HSV(B) 340.41º 0.32% 0.6% -
XYZ 21.48 18.03 20.12 -
YUV 120.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 153 104 120 0 0.32 0.22 0.4 340.41 0.19 0.5
Hex 99 68 78 0 20 16 28 154 13 32
Octal 231 150 170 0 40 26 50 524 23 62
Binary 10011001 1101000 1111000 0 100000 10110 101000 101010100 10011 110010

Color Harmonies of #996878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996878

Black with #996878

Text Example


Text Example

White with #996878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996878; }

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

 H1.HeaderClassName
 {
   color: #996878;
 }
 .AnyTagClassName
 {
   color: #996878;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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