Html Css Color HEX #897C86 Taupe Grey

📋 copy color: '#897C86'

red 137 ◦ green 124 ◦ blue 134

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

Shades of Taupe Grey #897C86

Tints of Taupe Grey #897C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 34.68%
G = 31.39%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#897C86 (or 0x897C86) is known color: Taupe Grey. HEX triplet: 89, 7C and 86. RGB value is (137,124,134). Sum of RGB (Red+Green+Blue) = 137+124+134=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 137 - color contains mainly: red. Hex color #897C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897C86 is #768379. Grayscale: #818181. Windows color (decimal): -7766906 or 8813705. OLE color: 8813705.

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

Color convert

RGB 137 124 134 -
CMYK 0 0.09 0.02 0.46
HSL 313.85º 0.05% 0.51% -
HSV(B) 313.85º 0.09% 0.54% -
XYZ 21.83 21.45 25.55 -
YUV 129.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 137 124 134 0 0.09 0.02 0.46 313.85 0.05 0.51
Hex 89 7C 86 0 9 2 2E 13A 5 33
Octal 211 174 206 0 11 2 56 472 5 63
Binary 10001001 1111100 10000110 0 1001 10 101110 100111010 101 110011

Color Harmonies of #897C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897C86

Black with #897C86

Text Example


Text Example

White with #897C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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