#8F5770

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

Shades of Mauve Taupe #8F5770

Tints of Mauve Taupe #8F5770

Color information

#8F5770 (or 0x8F5770) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 57 and 70. RGB value is (143,87,112). Sum of RGB (Red+Green+Blue) = 143+87+112=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5770 is #70A88F. Grayscale: #6A6A6A. Windows color (decimal): -7383184 or 7362447. OLE color: 7362447.

HSL color Cylindrical-coordinate representation of color #8F5770: hue angle of 333.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5770 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14387112-
CMYK00.390.220.44
HSL333.21º24.35%45.1%-
HSV(B)333.21º39.16%56.08%-
XYZ17.6613.8317.07-
YUV106.59131.05153.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=41.81%
G=25.44%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438711200.390.220.44333.2124.3545.1
Hex8F5770027162C14d182d
Octal21712716004726545153055
Binary100011111010111111000001001111011010110010100110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5770; }

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

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

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

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

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

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

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

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