#778399

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

Shades of Light Slate Grey #778399

Tints of Light Slate Grey #778399

Color information

#778399 (or 0x778399) is unknown color: approx Light Slate Grey. HEX triplet: 77, 83 and 99. RGB value is (119,131,153). Sum of RGB (Red+Green+Blue) = 119+131+153=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #778399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778399 is #887C66. Grayscale: #818181. Windows color (decimal): -8944743 or 10060663. OLE color: 10060663.

HSL color Cylindrical-coordinate representation of color #778399: hue angle of 218.82º 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 #778399 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB119131153-
CMYK0.220.1400.4
HSL218.82º14.29%53.33%-
HSV(B)218.82º22.22%60%-
XYZ21.4722.4533.34-
YUV129.92141.02120.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.53%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=29.53%
G=32.51%
B=37.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191311530.220.1400.4218.8214.2953.33
Hex77839916E028dbe35
Octal16720323126160503331665
Binary111011110000011100110011011011100101000110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778399; }

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

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

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

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

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

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

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

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