Shades of Light Slate Grey #778299
Tints of Light Slate Grey #778299
RGB
CMYK
RGB Variations
Color information
#778299 (or 0x778299) is known color: Light Slate Grey. HEX triplet: 77, 82 and 99. RGB value is (119,130,153). Sum of RGB (Red+Green+Blue) = 119+130+153=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #778299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778299 is #887D66. Grayscale: #818181. Windows color (decimal): -8944999 or 10060407. OLE color: 10060407.
HSL color Cylindrical-coordinate representation of color #778299: hue angle of 220.59º 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 #778299 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 130 | 153 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.4 |
| HSL | 220.59º | 0.14% | 0.53% | - |
| HSV(B) | 220.59º | 0.22% | 0.6% | - |
| XYZ | 21.34 | 22.19 | 33.29 | - |
| YUV | 129.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 153 | 0.22 | 0.15 | 0 | 0.4 | 220.59 | 0.14 | 0.53 |
| Hex | 77 | 82 | 99 | 16 | F | 0 | 28 | DD | E | 35 |
| Octal | 167 | 202 | 231 | 26 | 17 | 0 | 50 | 335 | 16 | 65 |
| Binary | 1110111 | 10000010 | 10011001 | 10110 | 1111 | 0 | 101000 | 11011101 | 1110 | 110101 |
Color Harmonies of #778299
Complementary color
Monochromatic Colors of #778299
Black with #778299
Text Example
Text Example
White with #778299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778299; }
p { color: rgb(119,130,153); }
H1.HeaderClassName
{
color: #778299;
}
.AnyTagClassName
{
color: #778299;
}
</style>
background-color css
<style>
a { background-color: #778299; }
a { background-color: rgb(119,130,153); }
div.DivClassName
{
background-color: #778299;
}
.BgClassName
{
background-color: #778299;
}
</style>
border-color css
<style>
span { border-color: #778299; }
span { border-color: rgb(119,130,153); }
td.TdClassName
{
border-color: #778299;
}
.TagClassName
{
border-color: #778299;
}
</style>