#8B5772

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

Shades of Mauve Taupe #8B5772

Tints of Mauve Taupe #8B5772

Color information

#8B5772 (or 0x8B5772) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 57 and 72. RGB value is (139,87,114). Sum of RGB (Red+Green+Blue) = 139+87+114=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5772 is #74A88D. Grayscale: #696969. Windows color (decimal): -7645326 or 7493515. OLE color: 7493515.

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

Color convert

RGB13987114-
CMYK00.370.180.45
HSL328.85º23.01%44.31%-
HSV(B)328.85º37.41%54.51%-
XYZ17.0913.5217.63-
YUV105.63132.73151.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=40.88%
G=25.59%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398711400.370.180.45328.8523.0144.31
Hex8B5772025122D149172c
Octal21312716204522555112754
Binary100010111010111111001001001011001010110110100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,114); }

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

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

 a { background-color: rgb(139,87,114); }

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

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

 span { border-color: rgb(139,87,114); }

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