Shades of Light Slate Grey #778DA1
Tints of Light Slate Grey #778DA1
RGB
CMYK
RGB Variations
Color information
#778DA1 (or 0x778DA1) is known color: Light Slate Grey. HEX triplet: 77, 8D and A1. RGB value is (119,141,161). Sum of RGB (Red+Green+Blue) = 119+141+161=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 161 - color contains mainly: blue. Hex color #778DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DA1 is #88725E. Grayscale: #888888. Windows color (decimal): -8942175 or 10587511. OLE color: 10587511.
HSL color Cylindrical-coordinate representation of color #778DA1: hue angle of 208.57º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #778DA1 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 141 | 161 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.37 |
| HSL | 208.57º | 0.18% | 0.55% | - |
| HSV(B) | 208.57º | 0.26% | 0.63% | - |
| XYZ | 23.57 | 25.54 | 37.41 | - |
| YUV | 136.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 161 | 0.26 | 0.12 | 0 | 0.37 | 208.57 | 0.18 | 0.55 |
| Hex | 77 | 8D | A1 | 1A | C | 0 | 25 | D1 | 12 | 37 |
| Octal | 167 | 215 | 241 | 32 | 14 | 0 | 45 | 321 | 22 | 67 |
| Binary | 1110111 | 10001101 | 10100001 | 11010 | 1100 | 0 | 100101 | 11010001 | 10010 | 110111 |
Color Harmonies of #778DA1
Complementary color
Monochromatic Colors of #778DA1
Black with #778DA1
Text Example
Text Example
White with #778DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DA1; }
p { color: rgb(119,141,161); }
H1.HeaderClassName
{
color: #778DA1;
}
.AnyTagClassName
{
color: #778DA1;
}
</style>
background-color css
<style>
a { background-color: #778DA1; }
a { background-color: rgb(119,141,161); }
div.DivClassName
{
background-color: #778DA1;
}
.BgClassName
{
background-color: #778DA1;
}
</style>
border-color css
<style>
span { border-color: #778DA1; }
span { border-color: rgb(119,141,161); }
td.TdClassName
{
border-color: #778DA1;
}
.TagClassName
{
border-color: #778DA1;
}
</style>