#778199

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

Shades of Light Slate Grey #778199

Tints of Light Slate Grey #778199

Color information

#778199 (or 0x778199) is unknown color: approx Light Slate Grey. HEX triplet: 77, 81 and 99. RGB value is (119,129,153). Sum of RGB (Red+Green+Blue) = 119+129+153=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #778199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778199 is #887E66. Grayscale: #808080. Windows color (decimal): -8945255 or 10060151. OLE color: 10060151.

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

Color convert

RGB119129153-
CMYK0.220.1600.4
HSL222.35º14.29%53.33%-
HSV(B)222.35º22.22%60%-
XYZ21.2121.9233.25-
YUV128.75141.69121.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=29.68%
G=32.17%
B=38.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1191291530.220.1600.4222.3514.2953.33
Hex7781991610028dee35
Octal16720123126200503361665
Binary1110111100000011001100110110100000101000110111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778199; }

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

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

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

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

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

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

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

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