Html Css Color HEX #897A88 Taupe Grey

📋 copy color: '#897A88'

red 137 ◦ green 122 ◦ blue 136

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

Shades of Taupe Grey #897A88

Tints of Taupe Grey #897A88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 34.68%
G = 30.89%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#897A88 (or 0x897A88) is known color: Taupe Grey. HEX triplet: 89, 7A and 88. RGB value is (137,122,136). Sum of RGB (Red+Green+Blue) = 137+122+136=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A88 is #768577. Grayscale: #808080. Windows color (decimal): -7767416 or 8944265. OLE color: 8944265.

HSL color Cylindrical-coordinate representation of color #897A88: hue angle of 304º 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 #897A88 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 122 136 -
CMYK 0 0.11 0.01 0.46
HSL 304º 0.06% 0.51% -
HSV(B) 304º 0.11% 0.54% -
XYZ 21.72 21.02 26.2 -
YUV 128.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 137 122 136 0 0.11 0.01 0.46 304 0.06 0.51
Hex 89 7A 88 0 B 1 2E 130 6 33
Octal 211 172 210 0 13 1 56 460 6 63
Binary 10001001 1111010 10001000 0 1011 1 101110 100110000 110 110011

Color Harmonies of #897A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A88

Black with #897A88

Text Example


Text Example

White with #897A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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