Html Css Color HEX #888988 Stack

📋 copy color: '#888988'

red 136 ◦ green 137 ◦ blue 136

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

Shades of Stack #888988

Tints of Stack #888988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 33.25%
G = 33.5%
B = 33.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#888988 (or 0x888988) is known color: Stack. HEX triplet: 88, 89 and 88. RGB value is (136,137,136). Sum of RGB (Red+Green+Blue) = 136+137+136=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 137 - color contains mainly: green. Hex color #888988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888988 is #777677. Grayscale: #888888. Windows color (decimal): -7829112 or 8948104. OLE color: 8948104.

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

Color convert

RGB 136 137 136 -
CMYK 0.01 0 0.01 0.46
HSL 120º 0% 0.54% -
HSV(B) 120º 0.01% 0.54% -
XYZ 23.54 24.9 26.86 -
YUV 136.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 136 137 136 0.01 0 0.01 0.46 120 0 0.54
Hex 88 89 88 1 0 1 2E 78 0 36
Octal 210 211 210 1 0 1 56 170 0 66
Binary 10001000 10001001 10001000 1 0 1 101110 1111000 0 110110

Color Harmonies of #888988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888988

Black with #888988

Text Example


Text Example

White with #888988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888988; }

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

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

background-color css

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

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

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

border-color css

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

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

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