Html Css Color HEX #899387 Stack

📋 copy color: '#899387'

red 137 ◦ green 147 ◦ blue 135

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

Shades of Stack #899387

Tints of Stack #899387

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.08%

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

R = 32.7%
G = 35.08%
B = 32.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#899387 (or 0x899387) is known color: Stack. HEX triplet: 89, 93 and 87. RGB value is (137,147,135). Sum of RGB (Red+Green+Blue) = 137+147+135=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #899387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899387 is #766C78. Grayscale: #8E8E8E. Windows color (decimal): -7761017 or 8885129. OLE color: 8885129.

HSL color Cylindrical-coordinate representation of color #899387: hue angle of 110º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899387 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 135 -
CMYK 0.07 0 0.08 0.42
HSL 110º 0.05% 0.55% -
HSV(B) 110º 0.08% 0.58% -
XYZ 25.12 27.94 26.99 -
YUV 142.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 137 147 135 0.07 0 0.08 0.42 110 0.05 0.55
Hex 89 93 87 7 0 8 2A 6E 5 37
Octal 211 223 207 7 0 10 52 156 5 67
Binary 10001001 10010011 10000111 111 0 1000 101010 1101110 101 110111

Color Harmonies of #899387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899387

Black with #899387

Text Example


Text Example

White with #899387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899387; }

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

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

background-color css

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

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

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

border-color css

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

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

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