#778499

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

Shades of Light Slate Grey #778499

Tints of Light Slate Grey #778499

Color information

#778499 (or 0x778499) is unknown color: approx Light Slate Grey. HEX triplet: 77, 84 and 99. RGB value is (119,132,153). Sum of RGB (Red+Green+Blue) = 119+132+153=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #778499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778499 is #887B66. Grayscale: #828282. Windows color (decimal): -8944487 or 10060919. OLE color: 10060919.

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

Color convert

RGB119132153-
CMYK0.220.1400.4
HSL217.06º14.29%53.33%-
HSV(B)217.06º22.22%60%-
XYZ21.6122.7233.38-
YUV130.51140.69119.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=29.46%
G=32.67%
B=37.87%

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
Decimal1191321530.220.1400.4217.0614.2953.33
Hex77849916E028d9e35
Octal16720423126160503311665
Binary111011110000100100110011011011100101000110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778499; }

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

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

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

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

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

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

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

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