#8C6872

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

Shades of Mauve Taupe #8C6872

Tints of Mauve Taupe #8C6872

Color information

#8C6872 (or 0x8C6872) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 68 and 72. RGB value is (140,104,114). Sum of RGB (Red+Green+Blue) = 140+104+114=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6872 is #73978D. Grayscale: #737373. Windows color (decimal): -7575438 or 7497868. OLE color: 7497868.

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

Color convert

RGB140104114-
CMYK00.260.190.45
HSL343.33º14.75%47.84%-
HSV(B)343.33º25.71%54.9%-
XYZ18.816.6918.15-
YUV115.9126.93145.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=39.11%
G=29.05%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010411400.260.190.45343.3314.7547.84
Hex8C687201A132D157f30
Octal21415016203223555271760
Binary1000110011010001110010011010100111011011010101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,114); }

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

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

 a { background-color: rgb(140,104,114); }

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

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

 span { border-color: rgb(140,104,114); }

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