#8C6976

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

Shades of Mauve Taupe #8C6976

Tints of Mauve Taupe #8C6976

Color information

#8C6976 (or 0x8C6976) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 69 and 76. RGB value is (140,105,118). Sum of RGB (Red+Green+Blue) = 140+105+118=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6976 is #739689. Grayscale: #747474. Windows color (decimal): -7575178 or 7760268. OLE color: 7760268.

HSL color Cylindrical-coordinate representation of color #8C6976: hue angle of 337.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6976 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB140105118-
CMYK00.250.160.45
HSL337.71º14.29%48.04%-
HSV(B)337.71º25%54.9%-
XYZ19.1416.9919.41-
YUV116.95128.6144.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=38.57%
G=28.93%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010511800.250.160.45337.7114.2948.04
Hex8C6976019102D152e30
Octal21415116603120555221660
Binary1000110011010011110110011001100001011011010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,105,118); }

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

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

 a { background-color: rgb(140,105,118); }

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

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

 span { border-color: rgb(140,105,118); }

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