Html Css Color HEX #897886 Taupe Grey

📋 copy color: '#897886'

red 137 ◦ green 120 ◦ blue 134

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

Shades of Taupe Grey #897886

Tints of Taupe Grey #897886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.69%

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

R = 35.04%
G = 30.69%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#897886 (or 0x897886) is known color: Taupe Grey. HEX triplet: 89, 78 and 86. RGB value is (137,120,134). Sum of RGB (Red+Green+Blue) = 137+120+134=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 137 - color contains mainly: red. Hex color #897886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897886 is #768779. Grayscale: #7E7E7E. Windows color (decimal): -7767930 or 8812681. OLE color: 8812681.

HSL color Cylindrical-coordinate representation of color #897886: hue angle of 310.59º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #897886 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 120 134 -
CMYK 0 0.12 0.02 0.46
HSL 310.59º 0.07% 0.5% -
HSV(B) 310.59º 0.12% 0.54% -
XYZ 21.34 20.47 25.38 -
YUV 126.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 137 120 134 0 0.12 0.02 0.46 310.59 0.07 0.5
Hex 89 78 86 0 C 2 2E 137 7 32
Octal 211 170 206 0 14 2 56 467 7 62
Binary 10001001 1111000 10000110 0 1100 10 101110 100110111 111 110010

Color Harmonies of #897886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897886

Black with #897886

Text Example


Text Example

White with #897886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897886; }

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

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

background-color css

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

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

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

border-color css

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

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

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