Shades of Light Slate Grey #778599
Tints of Light Slate Grey #778599
RGB
CMYK
RGB Variations
Color information
#778599 (or 0x778599) is known color: Light Slate Grey. HEX triplet: 77, 85 and 99. RGB value is (119,133,153). Sum of RGB (Red+Green+Blue) = 119+133+153=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #778599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778599 is #887A66. Grayscale: #838383. Windows color (decimal): -8944231 or 10061175. OLE color: 10061175.
HSL color Cylindrical-coordinate representation of color #778599: hue angle of 215.29º 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 #778599 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 133 | 153 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.4 |
| HSL | 215.29º | 0.14% | 0.53% | - |
| HSV(B) | 215.29º | 0.22% | 0.6% | - |
| XYZ | 21.75 | 23 | 33.43 | - |
| YUV | 131.09 | 140.36 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 153 | 0.22 | 0.13 | 0 | 0.4 | 215.29 | 0.14 | 0.53 |
| Hex | 77 | 85 | 99 | 16 | D | 0 | 28 | D7 | E | 35 |
| Octal | 167 | 205 | 231 | 26 | 15 | 0 | 50 | 327 | 16 | 65 |
| Binary | 1110111 | 10000101 | 10011001 | 10110 | 1101 | 0 | 101000 | 11010111 | 1110 | 110101 |
Color Harmonies of #778599
Complementary color
Monochromatic Colors of #778599
Black with #778599
Text Example
Text Example
White with #778599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778599; }
p { color: rgb(119,133,153); }
H1.HeaderClassName
{
color: #778599;
}
.AnyTagClassName
{
color: #778599;
}
</style>
background-color css
<style>
a { background-color: #778599; }
a { background-color: rgb(119,133,153); }
div.DivClassName
{
background-color: #778599;
}
.BgClassName
{
background-color: #778599;
}
</style>
border-color css
<style>
span { border-color: #778599; }
span { border-color: rgb(119,133,153); }
td.TdClassName
{
border-color: #778599;
}
.TagClassName
{
border-color: #778599;
}
</style>