Html Css Color HEX #897B86 Taupe Grey

📋 copy color: '#897B86'

red 137 ◦ green 123 ◦ blue 134

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

Shades of Taupe Grey #897B86

Tints of Taupe Grey #897B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 34.77%
G = 31.22%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#897B86 (or 0x897B86) is known color: Taupe Grey. HEX triplet: 89, 7B and 86. RGB value is (137,123,134). Sum of RGB (Red+Green+Blue) = 137+123+134=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #897B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B86 is #768479. Grayscale: #808080. Windows color (decimal): -7767162 or 8813449. OLE color: 8813449.

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

Color convert

RGB 137 123 134 -
CMYK 0 0.10 0.02 0.46
HSL 312.86º 0.06% 0.51% -
HSV(B) 312.86º 0.1% 0.54% -
XYZ 21.7 21.21 25.5 -
YUV 128.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 137 123 134 0 0.10 0.02 0.46 312.86 0.06 0.51
Hex 89 7B 86 0 A 2 2E 139 6 33
Octal 211 173 206 0 12 2 56 471 6 63
Binary 10001001 1111011 10000110 0 1010 10 101110 100111001 110 110011

Color Harmonies of #897B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B86

Black with #897B86

Text Example


Text Example

White with #897B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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