Shades of Light Slate Grey #778694
Tints of Light Slate Grey #778694
RGB
CMYK
RGB Variations
Color information
#778694 (or 0x778694) is known color: Light Slate Grey. HEX triplet: 77, 86 and 94. RGB value is (119,134,148). Sum of RGB (Red+Green+Blue) = 119+134+148=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #778694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778694 is #88796B. Grayscale: #838383. Windows color (decimal): -8943980 or 9733751. OLE color: 9733751.
HSL color Cylindrical-coordinate representation of color #778694: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778694 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 134 | 148 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.42 |
| HSL | 208.97º | 0.12% | 0.52% | - |
| HSV(B) | 208.97º | 0.2% | 0.58% | - |
| XYZ | 21.48 | 23.11 | 31.35 | - |
| YUV | 131.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 148 | 0.20 | 0.09 | 0 | 0.42 | 208.97 | 0.12 | 0.52 |
| Hex | 77 | 86 | 94 | 14 | 9 | 0 | 2A | D1 | C | 34 |
| Octal | 167 | 206 | 224 | 24 | 11 | 0 | 52 | 321 | 14 | 64 |
| Binary | 1110111 | 10000110 | 10010100 | 10100 | 1001 | 0 | 101010 | 11010001 | 1100 | 110100 |
Color Harmonies of #778694
Complementary color
Monochromatic Colors of #778694
Black with #778694
Text Example
Text Example
White with #778694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778694; }
p { color: rgb(119,134,148); }
H1.HeaderClassName
{
color: #778694;
}
.AnyTagClassName
{
color: #778694;
}
</style>
background-color css
<style>
a { background-color: #778694; }
a { background-color: rgb(119,134,148); }
div.DivClassName
{
background-color: #778694;
}
.BgClassName
{
background-color: #778694;
}
</style>
border-color css
<style>
span { border-color: #778694; }
span { border-color: rgb(119,134,148); }
td.TdClassName
{
border-color: #778694;
}
.TagClassName
{
border-color: #778694;
}
</style>