#985775

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

Shades of Mauve Taupe #985775

Tints of Mauve Taupe #985775

Color information

#985775 (or 0x985775) is unknown color: approx Mauve Taupe. HEX triplet: 98, 57 and 75. RGB value is (152,87,117). Sum of RGB (Red+Green+Blue) = 152+87+117=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985775 is #67A88A. Grayscale: #6D6D6D. Windows color (decimal): -6793355 or 7690136. OLE color: 7690136.

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

Color convert

RGB15287117-
CMYK00.430.230.40
HSL332.31º27.2%46.86%-
HSV(B)332.31º42.76%59.61%-
XYZ19.5714.7818.65-
YUV109.85132.03158.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=42.70%
G=24.44%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528711700.430.230.40332.3127.246.86
Hex98577502B172814c1b2f
Octal23012716505327505143357
Binary100110001010111111010101010111011110100010100110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985775; }

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

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

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

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

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

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

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

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