#985776

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

Shades of Mauve Taupe #985776

Tints of Mauve Taupe #985776

Color information

#985776 (or 0x985776) is unknown color: approx Mauve Taupe. HEX triplet: 98, 57 and 76. RGB value is (152,87,118). Sum of RGB (Red+Green+Blue) = 152+87+118=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985776 is #67A889. Grayscale: #6D6D6D. Windows color (decimal): -6793354 or 7755672. OLE color: 7755672.

HSL color Cylindrical-coordinate representation of color #985776: hue angle of 331.38º degrees, saturation: 0.27, 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 #985776 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15287118-
CMYK00.430.220.40
HSL331.38º27.2%46.86%-
HSV(B)331.38º42.76%59.61%-
XYZ19.6314.818.96-
YUV109.97132.53157.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=42.58%
G=24.37%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528711800.430.220.40331.3827.246.86
Hex98577602B162814b1b2f
Octal23012716605326505133357
Binary100110001010111111011001010111011010100010100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985776; }

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

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

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

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

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

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

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

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