Html Css Color HEX #889088 Stack

📋 copy color: '#889088'

red 136 ◦ green 144 ◦ blue 136

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

Shades of Stack #889088

Tints of Stack #889088

RGB

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

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

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

R = 32.69%
G = 34.62%
B = 32.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#889088 (or 0x889088) is known color: Stack. HEX triplet: 88, 90 and 88. RGB value is (136,144,136). Sum of RGB (Red+Green+Blue) = 136+144+136=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #889088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889088 is #776F77. Grayscale: #8C8C8C. Windows color (decimal): -7827320 or 8949896. OLE color: 8949896.

HSL color Cylindrical-coordinate representation of color #889088: hue angle of 120º 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 #889088 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 144 136 -
CMYK 0.06 0 0.06 0.44
HSL 120º 0.03% 0.55% -
HSV(B) 120º 0.06% 0.56% -
XYZ 24.57 26.96 27.2 -
YUV 140.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 136 144 136 0.06 0 0.06 0.44 120 0.03 0.55
Hex 88 90 88 6 0 6 2C 78 3 37
Octal 210 220 210 6 0 6 54 170 3 67
Binary 10001000 10010000 10001000 110 0 110 101100 1111000 11 110111

Color Harmonies of #889088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889088

Black with #889088

Text Example


Text Example

White with #889088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889088; }

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

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

background-color css

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

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

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

border-color css

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

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

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