Html Css Color HEX #896072 Mauve Taupe

📋 copy color: '#896072'

red 137 ◦ green 96 ◦ blue 114

#896072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #896072

Tints of Mauve Taupe #896072

RGB

 RED value IS 137 (53.91% from 255) = 39.48%

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 39.48%
G = 27.67%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#896072 (or 0x896072) is known color: Mauve Taupe. HEX triplet: 89, 60 and 72. RGB value is (137,96,114). Sum of RGB (Red+Green+Blue) = 137+96+114=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #896072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896072 is #769F8D. Grayscale: #6E6E6E. Windows color (decimal): -7774094 or 7495817. OLE color: 7495817.

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

Color convert

RGB 137 96 114 -
CMYK 0 0.30 0.17 0.46
HSL 333.66º 0.18% 0.46% -
HSV(B) 333.66º 0.3% 0.54% -
XYZ 17.54 14.9 17.87 -
YUV 110.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 137 96 114 0 0.30 0.17 0.46 333.66 0.18 0.46
Hex 89 60 72 0 1E 11 2E 14E 12 2E
Octal 211 140 162 0 36 21 56 516 22 56
Binary 10001001 1100000 1110010 0 11110 10001 101110 101001110 10010 101110

Color Harmonies of #896072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896072

Black with #896072

Text Example


Text Example

White with #896072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896072; }

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

 H1.HeaderClassName
 {
   color: #896072;
 }
 .AnyTagClassName
 {
   color: #896072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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