Shades of Light Slate Grey #778DA0
Tints of Light Slate Grey #778DA0
RGB
CMYK
RGB Variations
Color information
#778DA0 (or 0x778DA0) is known color: Light Slate Grey. HEX triplet: 77, 8D and A0. RGB value is (119,141,160). Sum of RGB (Red+Green+Blue) = 119+141+160=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 160 - color contains mainly: blue. Hex color #778DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DA0 is #88725F. Grayscale: #888888. Windows color (decimal): -8942176 or 10521975. OLE color: 10521975.
HSL color Cylindrical-coordinate representation of color #778DA0: hue angle of 207.8º 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 #778DA0 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 141 | 160 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.37 |
| HSL | 207.8º | 0.18% | 0.55% | - |
| HSV(B) | 207.8º | 0.26% | 0.63% | - |
| XYZ | 23.48 | 25.51 | 36.94 | - |
| YUV | 136.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 160 | 0.26 | 0.12 | 0 | 0.37 | 207.8 | 0.18 | 0.55 |
| Hex | 77 | 8D | A0 | 1A | C | 0 | 25 | D0 | 12 | 37 |
| Octal | 167 | 215 | 240 | 32 | 14 | 0 | 45 | 320 | 22 | 67 |
| Binary | 1110111 | 10001101 | 10100000 | 11010 | 1100 | 0 | 100101 | 11010000 | 10010 | 110111 |
Color Harmonies of #778DA0
Complementary color
Monochromatic Colors of #778DA0
Black with #778DA0
Text Example
Text Example
White with #778DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DA0; }
p { color: rgb(119,141,160); }
H1.HeaderClassName
{
color: #778DA0;
}
.AnyTagClassName
{
color: #778DA0;
}
</style>
background-color css
<style>
a { background-color: #778DA0; }
a { background-color: rgb(119,141,160); }
div.DivClassName
{
background-color: #778DA0;
}
.BgClassName
{
background-color: #778DA0;
}
</style>
border-color css
<style>
span { border-color: #778DA0; }
span { border-color: rgb(119,141,160); }
td.TdClassName
{
border-color: #778DA0;
}
.TagClassName
{
border-color: #778DA0;
}
</style>