#996778

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

Shades of Mauve Taupe #996778

Tints of Mauve Taupe #996778

Color information

#996778 (or 0x996778) is unknown color: approx Mauve Taupe. HEX triplet: 99, 67 and 78. RGB value is (153,103,120). Sum of RGB (Red+Green+Blue) = 153+103+120=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996778 is #669887. Grayscale: #777777. Windows color (decimal): -6723720 or 7890841. OLE color: 7890841.

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

Color convert

RGB153103120-
CMYK00.330.220.4
HSL339.6º19.69%50.2%-
HSV(B)339.6º32.68%60%-
XYZ21.3817.8320.08-
YUV119.89128.06151.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 120 (47.27% from 255) = 31.91%
R=40.69%
G=27.39%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310312000.330.220.4339.619.6950.2
Hex99677802116281541432
Octal23114717004126505242462
Binary100110011100111111100001000011011010100010101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996778; }

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

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

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

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

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

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

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

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