#895F72

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

Shades of Mauve Taupe #895F72

Tints of Mauve Taupe #895F72

Color information

#895F72 (or 0x895F72) is unknown color: approx Mauve Taupe. HEX triplet: 89, 5F and 72. RGB value is (137,95,114). Sum of RGB (Red+Green+Blue) = 137+95+114=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #895F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F72 is #76A08D. Grayscale: #6D6D6D. Windows color (decimal): -7774350 or 7495561. OLE color: 7495561.

HSL color Cylindrical-coordinate representation of color #895F72: hue angle of 332.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F72 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB13795114-
CMYK00.310.170.46
HSL332.86º18.1%45.49%-
HSV(B)332.86º30.66%53.73%-
XYZ17.4514.7217.84-
YUV109.72130.41147.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=39.60%
G=27.46%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379511400.310.170.46332.8618.145.49
Hex895F7201F112E14d122d
Octal21113716203721565152255
Binary10001001101111111100100111111000110111010100110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F72; }

 p { color: rgb(137,95,114); }

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

<style>
 a { background-color: #895F72; }

 a { background-color: rgb(137,95,114); }

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

<style>
 span { border-color: #895F72; }

 span { border-color: rgb(137,95,114); }

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