Shades of Light Slate Grey #778A9C
Tints of Light Slate Grey #778A9C
RGB
CMYK
RGB Variations
Color information
#778A9C (or 0x778A9C) is known color: Light Slate Grey. HEX triplet: 77, 8A and 9C. RGB value is (119,138,156). Sum of RGB (Red+Green+Blue) = 119+138+156=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #778A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A9C is #887563. Grayscale: #868686. Windows color (decimal): -8942948 or 10259063. OLE color: 10259063.
HSL color Cylindrical-coordinate representation of color #778A9C: hue angle of 209.19º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #778A9C is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 138 | 156 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.39 |
| HSL | 209.19º | 0.16% | 0.54% | - |
| HSV(B) | 209.19º | 0.24% | 0.61% | - |
| XYZ | 22.7 | 24.5 | 34.99 | - |
| YUV | 134.37 | 140.21 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 156 | 0.24 | 0.12 | 0 | 0.39 | 209.19 | 0.16 | 0.54 |
| Hex | 77 | 8A | 9C | 18 | C | 0 | 27 | D1 | 10 | 36 |
| Octal | 167 | 212 | 234 | 30 | 14 | 0 | 47 | 321 | 20 | 66 |
| Binary | 1110111 | 10001010 | 10011100 | 11000 | 1100 | 0 | 100111 | 11010001 | 10000 | 110110 |
Color Harmonies of #778A9C
Complementary color
Monochromatic Colors of #778A9C
Black with #778A9C
Text Example
Text Example
White with #778A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A9C; }
p { color: rgb(119,138,156); }
H1.HeaderClassName
{
color: #778A9C;
}
.AnyTagClassName
{
color: #778A9C;
}
</style>
background-color css
<style>
a { background-color: #778A9C; }
a { background-color: rgb(119,138,156); }
div.DivClassName
{
background-color: #778A9C;
}
.BgClassName
{
background-color: #778A9C;
}
</style>
border-color css
<style>
span { border-color: #778A9C; }
span { border-color: rgb(119,138,156); }
td.TdClassName
{
border-color: #778A9C;
}
.TagClassName
{
border-color: #778A9C;
}
</style>