#8F6576

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

Shades of Mauve Taupe #8F6576

Tints of Mauve Taupe #8F6576

Color information

#8F6576 (or 0x8F6576) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 65 and 76. RGB value is (143,101,118). Sum of RGB (Red+Green+Blue) = 143+101+118=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6576 is #709A89. Grayscale: #737373. Windows color (decimal): -7379594 or 7759247. OLE color: 7759247.

HSL color Cylindrical-coordinate representation of color #8F6576: hue angle of 335.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6576 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB143101118-
CMYK00.290.170.44
HSL335.71º17.21%47.84%-
HSV(B)335.71º29.37%56.08%-
XYZ19.2516.4619.3-
YUV115.5129.41147.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=39.50%
G=27.90%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310111800.290.170.44335.7117.2147.84
Hex8F657601D112C1501130
Octal21714516603521545202160
Binary10001111110010111101100111011000110110010101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,118); }

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

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

 a { background-color: rgb(143,101,118); }

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

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

 span { border-color: rgb(143,101,118); }

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