Shades of Slate Grey #778090
Tints of Slate Grey #778090
RGB
CMYK
RGB Variations
Color information
#778090 (or 0x778090) is known color: Slate Grey. HEX triplet: 77, 80 and 90. RGB value is (119,128,144). Sum of RGB (Red+Green+Blue) = 119+128+144=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #778090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778090 is #887F6F. Grayscale: #7F7F7F. Windows color (decimal): -8945520 or 9470071. OLE color: 9470071.
HSL color Cylindrical-coordinate representation of color #778090: hue angle of 218.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778090 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 128 | 144 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.44 |
| HSL | 218.4º | 0.1% | 0.52% | - |
| HSV(B) | 218.4º | 0.17% | 0.56% | - |
| XYZ | 20.36 | 21.37 | 29.44 | - |
| YUV | 127.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 144 | 0.17 | 0.11 | 0 | 0.44 | 218.4 | 0.1 | 0.52 |
| Hex | 77 | 80 | 90 | 11 | B | 0 | 2C | DA | A | 34 |
| Octal | 167 | 200 | 220 | 21 | 13 | 0 | 54 | 332 | 12 | 64 |
| Binary | 1110111 | 10000000 | 10010000 | 10001 | 1011 | 0 | 101100 | 11011010 | 1010 | 110100 |
Color Harmonies of #778090
Complementary color
Monochromatic Colors of #778090
Black with #778090
Text Example
Text Example
White with #778090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778090; }
p { color: rgb(119,128,144); }
H1.HeaderClassName
{
color: #778090;
}
.AnyTagClassName
{
color: #778090;
}
</style>
background-color css
<style>
a { background-color: #778090; }
a { background-color: rgb(119,128,144); }
div.DivClassName
{
background-color: #778090;
}
.BgClassName
{
background-color: #778090;
}
</style>
border-color css
<style>
span { border-color: #778090; }
span { border-color: rgb(119,128,144); }
td.TdClassName
{
border-color: #778090;
}
.TagClassName
{
border-color: #778090;
}
</style>