#8F6A76

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

Shades of Mauve Taupe #8F6A76

Tints of Mauve Taupe #8F6A76

Color information

#8F6A76 (or 0x8F6A76) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 6A and 76. RGB value is (143,106,118). Sum of RGB (Red+Green+Blue) = 143+106+118=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6A76 is #709589. Grayscale: #767676. Windows color (decimal): -7378314 or 7760527. OLE color: 7760527.

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

Color convert

RGB143106118-
CMYK00.260.170.44
HSL340.54º14.86%48.82%-
HSV(B)340.54º25.87%56.08%-
XYZ19.7517.4619.47-
YUV118.43127.76145.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=38.96%
G=28.88%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310611800.260.170.44340.5414.8648.82
Hex8F6A7601A112C155f31
Octal21715216603221545251761
Binary1000111111010101110110011010100011011001010101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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