Html Css Color HEX #899788 Stack

📋 copy color: '#899788'

red 137 ◦ green 151 ◦ blue 136

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

Shades of Stack #899788

Tints of Stack #899788

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 32.31%
G = 35.61%
B = 32.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#899788 (or 0x899788) is known color: Stack. HEX triplet: 89, 97 and 88. RGB value is (137,151,136). Sum of RGB (Red+Green+Blue) = 137+151+136=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #899788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899788 is #766877. Grayscale: #919191. Windows color (decimal): -7759992 or 8951689. OLE color: 8951689.

HSL color Cylindrical-coordinate representation of color #899788: hue angle of 116º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899788 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 151 136 -
CMYK 0.09 0 0.10 0.41
HSL 116º 0.07% 0.56% -
HSV(B) 116º 0.1% 0.59% -
XYZ 25.83 29.23 27.57 -
YUV 145.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 137 151 136 0.09 0 0.10 0.41 116 0.07 0.56
Hex 89 97 88 9 0 A 29 74 7 38
Octal 211 227 210 11 0 12 51 164 7 70
Binary 10001001 10010111 10001000 1001 0 1010 101001 1110100 111 111000

Color Harmonies of #899788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899788

Black with #899788

Text Example


Text Example

White with #899788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899788; }

 p { color: rgb(137,151,136); }

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

background-color css

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

 a { background-color: rgb(137,151,136); }

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

border-color css

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

 span { border-color: rgb(137,151,136); }

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