Html Css Color HEX #896C77 Mauve Taupe

📋 copy color: '#896C77'

red 137 ◦ green 108 ◦ blue 119

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

Shades of Mauve Taupe #896C77

Tints of Mauve Taupe #896C77

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 119 (46.88% from 255) = 32.69%

R = 37.64%
G = 29.67%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#896C77 (or 0x896C77) is known color: Mauve Taupe. HEX triplet: 89, 6C and 77. RGB value is (137,108,119). Sum of RGB (Red+Green+Blue) = 137+108+119=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #896C77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C77 is #769388. Grayscale: #757575. Windows color (decimal): -7771017 or 7826569. OLE color: 7826569.

HSL color Cylindrical-coordinate representation of color #896C77: hue angle of 337.24º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C77 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 119 -
CMYK 0 0.21 0.13 0.46
HSL 337.24º 0.12% 0.48% -
HSV(B) 337.24º 0.21% 0.54% -
XYZ 19.01 17.38 19.8 -
YUV 117.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 137 108 119 0 0.21 0.13 0.46 337.24 0.12 0.48
Hex 89 6C 77 0 15 D 2E 151 C 30
Octal 211 154 167 0 25 15 56 521 14 60
Binary 10001001 1101100 1110111 0 10101 1101 101110 101010001 1100 110000

Color Harmonies of #896C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C77

Black with #896C77

Text Example


Text Example

White with #896C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C77; }

 p { color: rgb(137,108,119); }

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

background-color css

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

 a { background-color: rgb(137,108,119); }

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

border-color css

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

 span { border-color: rgb(137,108,119); }

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