Html Css Color HEX #889089 Stack

📋 copy color: '#889089'

red 136 ◦ green 144 ◦ blue 137

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

Shades of Stack #889089

Tints of Stack #889089

RGB

 RED value IS 136 (53.52% from 255) = 32.61%

 GREEN value IS 144 (56.64% from 255) = 34.53%

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 32.61%
G = 34.53%
B = 32.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#889089 (or 0x889089) is known color: Stack. HEX triplet: 88, 90 and 89. RGB value is (136,144,137). Sum of RGB (Red+Green+Blue) = 136+144+137=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #889089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889089 is #776F76. Grayscale: #8C8C8C. Windows color (decimal): -7827319 or 9015432. OLE color: 9015432.

HSL color Cylindrical-coordinate representation of color #889089: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #889089 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 137 -
CMYK 0.06 0 0.05 0.44
HSL 127.5º 0.03% 0.55% -
HSV(B) 127.5º 0.06% 0.56% -
XYZ 24.64 26.99 27.58 -
YUV 140.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 136 144 137 0.06 0 0.05 0.44 127.5 0.03 0.55
Hex 88 90 89 6 0 5 2C 80 3 37
Octal 210 220 211 6 0 5 54 200 3 67
Binary 10001000 10010000 10001001 110 0 101 101100 10000000 11 110111

Color Harmonies of #889089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889089

Black with #889089

Text Example


Text Example

White with #889089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889089; }

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

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

background-color css

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

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

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

border-color css

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

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

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