#778899

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

Shades of LightSlateGray #778899

Tints of LightSlateGray #778899

Color information

#778899 (or 0x778899) is known color: LightSlateGray. HEX triplet: 77, 88 and 99. RGB value is (119,136,153). Sum of RGB (Red+Green+Blue) = 119+136+153=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #778899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778899 is #887766. Grayscale: #848484. Windows color (decimal): -8943463 or 10061943. OLE color: 10061943.

HSL color Cylindrical-coordinate representation of color #778899: hue angle of 210º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #778899 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119136153-
CMYK0.220.1100.4
HSL210º14.29%53.33%-
HSV(B)210º22.22%60%-
XYZ22.1623.8333.57-
YUV132.85139.37118.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191361530.220.1100.421014.2953.33
Hex77889916B028d2e35
Octal16721023126130503221665
Binary111011110001000100110011011010110101000110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778899; }

 p { color: rgb(119,136,153); }

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

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

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

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

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

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

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