Html Css Color HEX #897B87 Taupe Grey

📋 copy color: '#897B87'

red 137 ◦ green 123 ◦ blue 135

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

Shades of Taupe Grey #897B87

Tints of Taupe Grey #897B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 34.68%
G = 31.14%
B = 34.18%

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

#897B87 (or 0x897B87) is known color: Taupe Grey. HEX triplet: 89, 7B and 87. RGB value is (137,123,135). Sum of RGB (Red+Green+Blue) = 137+123+135=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B87 is #768478. Grayscale: #808080. Windows color (decimal): -7767161 or 8878985. OLE color: 8878985.

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

Color convert

RGB 137 123 135 -
CMYK 0 0.10 0.01 0.46
HSL 308.57º 0.06% 0.51% -
HSV(B) 308.57º 0.1% 0.54% -
XYZ 21.77 21.23 25.87 -
YUV 128.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 137 123 135 0 0.10 0.01 0.46 308.57 0.06 0.51
Hex 89 7B 87 0 A 1 2E 135 6 33
Octal 211 173 207 0 12 1 56 465 6 63
Binary 10001001 1111011 10000111 0 1010 1 101110 100110101 110 110011

Color Harmonies of #897B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B87

Black with #897B87

Text Example


Text Example

White with #897B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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