#896775

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

Shades of Mauve Taupe #896775

Tints of Mauve Taupe #896775

Color information

#896775 (or 0x896775) is unknown color: approx Mauve Taupe. HEX triplet: 89, 67 and 75. RGB value is (137,103,117). Sum of RGB (Red+Green+Blue) = 137+103+117=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896775 is #76988A. Grayscale: #727272. Windows color (decimal): -7772299 or 7694217. OLE color: 7694217.

HSL color Cylindrical-coordinate representation of color #896775: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #896775 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB137103117-
CMYK00.250.150.46
HSL335.29º14.17%47.06%-
HSV(B)335.29º24.82%53.73%-
XYZ18.3816.319.01-
YUV114.76129.26143.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=38.38%
G=28.85%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710311700.250.150.46335.2914.1747.06
Hex896775019F2E14fe2f
Octal21114716503117565171657
Binary100010011100111111010101100111111011101010011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896775; }

 p { color: rgb(137,103,117); }

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

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

 a { background-color: rgb(137,103,117); }

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

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

 span { border-color: rgb(137,103,117); }

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