Html Css Color HEX #896773 Mauve Taupe

📋 copy color: '#896773'

red 137 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #896773

Tints of Mauve Taupe #896773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

 BLUE value IS 115 (45.31% from 255) = 32.39%

R = 38.59%
G = 29.01%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#896773 (or 0x896773) is known color: Mauve Taupe. HEX triplet: 89, 67 and 73. RGB value is (137,103,115). Sum of RGB (Red+Green+Blue) = 137+103+115=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896773 is #76988C. Grayscale: #727272. Windows color (decimal): -7772301 or 7563145. OLE color: 7563145.

HSL color Cylindrical-coordinate representation of color #896773: hue angle of 338.82º 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 #896773 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 103 115 -
CMYK 0 0.25 0.16 0.46
HSL 338.82º 0.14% 0.47% -
HSV(B) 338.82º 0.25% 0.54% -
XYZ 18.26 16.26 18.4 -
YUV 114.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 137 103 115 0 0.25 0.16 0.46 338.82 0.14 0.47
Hex 89 67 73 0 19 10 2E 153 E 2F
Octal 211 147 163 0 31 20 56 523 16 57
Binary 10001001 1100111 1110011 0 11001 10000 101110 101010011 1110 101111

Color Harmonies of #896773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896773

Black with #896773

Text Example


Text Example

White with #896773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896773; }

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

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

background-color css

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

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

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

border-color css

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

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

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