#8B6B76

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

Shades of Mauve Taupe #8B6B76

Tints of Mauve Taupe #8B6B76

Color information

#8B6B76 (or 0x8B6B76) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 6B and 76. RGB value is (139,107,118). Sum of RGB (Red+Green+Blue) = 139+107+118=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B76 is #749489. Grayscale: #757575. Windows color (decimal): -7640202 or 7760779. OLE color: 7760779.

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

Color convert

RGB139107118-
CMYK00.230.150.45
HSL339.38º13.01%48.24%-
HSV(B)339.38º23.02%54.51%-
XYZ19.1817.3119.47-
YUV117.82128.1143.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=38.19%
G=29.40%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910711800.230.150.45339.3813.0148.24
Hex8B6B76017F2D153d30
Octal21315316602717555231560
Binary100010111101011111011001011111111011011010100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,118); }

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

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

 a { background-color: rgb(139,107,118); }

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

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

 span { border-color: rgb(139,107,118); }

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