Html Css Color HEX #897B88 Taupe Grey

📋 copy color: '#897B88'

red 137 ◦ green 123 ◦ blue 136

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

Shades of Taupe Grey #897B88

Tints of Taupe Grey #897B88

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

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

R = 34.6%
G = 31.06%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#897B88 (or 0x897B88) is known color: Taupe Grey. HEX triplet: 89, 7B and 88. RGB value is (137,123,136). Sum of RGB (Red+Green+Blue) = 137+123+136=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #897B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B88 is #768477. Grayscale: #808080. Windows color (decimal): -7767160 or 8944521. OLE color: 8944521.

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

Color convert

RGB 137 123 136 -
CMYK 0 0.10 0.01 0.46
HSL 304.29º 0.06% 0.51% -
HSV(B) 304.29º 0.1% 0.54% -
XYZ 21.84 21.26 26.25 -
YUV 128.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 137 123 136 0 0.10 0.01 0.46 304.29 0.06 0.51
Hex 89 7B 88 0 A 1 2E 130 6 33
Octal 211 173 210 0 12 1 56 460 6 63
Binary 10001001 1111011 10001000 0 1010 1 101110 100110000 110 110011

Color Harmonies of #897B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B88

Black with #897B88

Text Example


Text Example

White with #897B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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