#985770

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

Shades of Mauve Taupe #985770

Tints of Mauve Taupe #985770

Color information

#985770 (or 0x985770) is unknown color: approx Mauve Taupe. HEX triplet: 98, 57 and 70. RGB value is (152,87,112). Sum of RGB (Red+Green+Blue) = 152+87+112=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #985770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985770 is #67A88F. Grayscale: #6D6D6D. Windows color (decimal): -6793360 or 7362456. OLE color: 7362456.

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

Color convert

RGB15287112-
CMYK00.430.260.40
HSL336.92º27.2%46.86%-
HSV(B)336.92º42.76%59.61%-
XYZ19.2814.6617.14-
YUV109.28129.53158.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=43.30%
G=24.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528711200.430.260.40336.9227.246.86
Hex98577002B1A281511b2f
Octal23012716005332505213357
Binary100110001010111111000001010111101010100010101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985770; }

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

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

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

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

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

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

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

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