#995776

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

Shades of Mauve Taupe #995776

Tints of Mauve Taupe #995776

Color information

#995776 (or 0x995776) is unknown color: approx Mauve Taupe. HEX triplet: 99, 57 and 76. RGB value is (153,87,118). Sum of RGB (Red+Green+Blue) = 153+87+118=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995776 is #66A889. Grayscale: #6E6E6E. Windows color (decimal): -6727818 or 7755673. OLE color: 7755673.

HSL color Cylindrical-coordinate representation of color #995776: hue angle of 331.82º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995776 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15387118-
CMYK00.430.230.4
HSL331.82º27.5%47.06%-
HSV(B)331.82º43.14%60%-
XYZ19.8214.918.97-
YUV110.27132.37158.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.74%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=42.74%
G=24.30%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538711800.430.230.4331.8227.547.06
Hex99577602B172814c1c2f
Octal23112716605327505143457
Binary100110011010111111011001010111011110100010100110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995776; }

 p { color: rgb(153,87,118); }

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

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

 a { background-color: rgb(153,87,118); }

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

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

 span { border-color: rgb(153,87,118); }

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