Shades of Light Slate Grey #778995
Tints of Light Slate Grey #778995
RGB
CMYK
RGB Variations
Color information
#778995 (or 0x778995) is known color: Light Slate Grey. HEX triplet: 77, 89 and 95. RGB value is (119,137,149). Sum of RGB (Red+Green+Blue) = 119+137+149=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 149 - color contains mainly: blue. Hex color #778995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778995 is #88766A. Grayscale: #848484. Windows color (decimal): -8943211 or 9800055. OLE color: 9800055.
HSL color Cylindrical-coordinate representation of color #778995: hue angle of 204º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778995 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 137 | 149 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.42 |
| HSL | 204º | 0.12% | 0.53% | - |
| HSV(B) | 204º | 0.2% | 0.58% | - |
| XYZ | 21.98 | 23.98 | 31.9 | - |
| YUV | 132.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 149 | 0.20 | 0.08 | 0 | 0.42 | 204 | 0.12 | 0.53 |
| Hex | 77 | 89 | 95 | 14 | 8 | 0 | 2A | CC | C | 35 |
| Octal | 167 | 211 | 225 | 24 | 10 | 0 | 52 | 314 | 14 | 65 |
| Binary | 1110111 | 10001001 | 10010101 | 10100 | 1000 | 0 | 101010 | 11001100 | 1100 | 110101 |
Color Harmonies of #778995
Complementary color
Monochromatic Colors of #778995
Black with #778995
Text Example
Text Example
White with #778995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778995; }
p { color: rgb(119,137,149); }
H1.HeaderClassName
{
color: #778995;
}
.AnyTagClassName
{
color: #778995;
}
</style>
background-color css
<style>
a { background-color: #778995; }
a { background-color: rgb(119,137,149); }
div.DivClassName
{
background-color: #778995;
}
.BgClassName
{
background-color: #778995;
}
</style>
border-color css
<style>
span { border-color: #778995; }
span { border-color: rgb(119,137,149); }
td.TdClassName
{
border-color: #778995;
}
.TagClassName
{
border-color: #778995;
}
</style>