Html Css Color HEX #897A84 Taupe Grey

📋 copy color: '#897A84'

red 137 ◦ green 122 ◦ blue 132

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

Shades of Taupe Grey #897A84

Tints of Taupe Grey #897A84

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 132 (51.95% from 255) = 33.76%

R = 35.04%
G = 31.2%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#897A84 (or 0x897A84) is known color: Taupe Grey. HEX triplet: 89, 7A and 84. RGB value is (137,122,132). Sum of RGB (Red+Green+Blue) = 137+122+132=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A84 is #76857B. Grayscale: #7F7F7F. Windows color (decimal): -7767420 or 8682121. OLE color: 8682121.

HSL color Cylindrical-coordinate representation of color #897A84: hue angle of 320º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #897A84 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 122 132 -
CMYK 0 0.11 0.04 0.46
HSL 320º 0.06% 0.51% -
HSV(B) 320º 0.11% 0.54% -
XYZ 21.44 20.9 24.73 -
YUV 127.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 137 122 132 0 0.11 0.04 0.46 320 0.06 0.51
Hex 89 7A 84 0 B 4 2E 140 6 33
Octal 211 172 204 0 13 4 56 500 6 63
Binary 10001001 1111010 10000100 0 1011 100 101110 101000000 110 110011

Color Harmonies of #897A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A84

Black with #897A84

Text Example


Text Example

White with #897A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897A84; }

 p { color: rgb(137,122,132); }

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

background-color css

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

 a { background-color: rgb(137,122,132); }

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

border-color css

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

 span { border-color: rgb(137,122,132); }

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