#888396

Color #888396 Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #888396

Tints of Grey Suit #888396

Color information

#888396 (or 0x888396) is unknown color: approx Grey Suit. HEX triplet: 88, 83 and 96. RGB value is (136,131,150). Sum of RGB (Red+Green+Blue) = 136+131+150=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: blue. Hex color #888396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888396 is #777C69. Grayscale: #868686. Windows color (decimal): -7830634 or 9864072. OLE color: 9864072.

HSL color Cylindrical-coordinate representation of color #888396: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888396 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB136131150-
CMYK0.090.1300.41
HSL255.79º8.3%55.1%-
HSV(B)255.79º12.67%58.82%-
XYZ23.7723.6732.17-
YUV134.66136.66128.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=32.61%
G=31.41%
B=35.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361311500.090.1300.41255.798.355.1
Hex8883969D029100837
Octal21020322611150514001067
Binary1000100010000011100101101001110101010011000000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888396; }

 p { color: rgb(136,131,150); }

 H1.HeaderClassName
 {
   color: #888396;
 }
 .AnyTagClassName
 {
   color: #888396;
 }
</style>
background-color css

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

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

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

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

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

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