Shades of Slate Grey #778095
Tints of Slate Grey #778095
RGB
CMYK
RGB Variations
Color information
#778095 (or 0x778095) is known color: Slate Grey. HEX triplet: 77, 80 and 95. RGB value is (119,128,149). Sum of RGB (Red+Green+Blue) = 119+128+149=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 149 - color contains mainly: blue. Hex color #778095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778095 is #887F6A. Grayscale: #7F7F7F. Windows color (decimal): -8945515 or 9797751. OLE color: 9797751.
HSL color Cylindrical-coordinate representation of color #778095: hue angle of 222º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #778095 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 128 | 149 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.42 |
| HSL | 222º | 0.12% | 0.53% | - |
| HSV(B) | 222º | 0.2% | 0.58% | - |
| XYZ | 20.75 | 21.53 | 31.5 | - |
| YUV | 127.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 149 | 0.20 | 0.14 | 0 | 0.42 | 222 | 0.12 | 0.53 |
| Hex | 77 | 80 | 95 | 14 | E | 0 | 2A | DE | C | 35 |
| Octal | 167 | 200 | 225 | 24 | 16 | 0 | 52 | 336 | 14 | 65 |
| Binary | 1110111 | 10000000 | 10010101 | 10100 | 1110 | 0 | 101010 | 11011110 | 1100 | 110101 |
Color Harmonies of #778095
Complementary color
Monochromatic Colors of #778095
Black with #778095
Text Example
Text Example
White with #778095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778095; }
p { color: rgb(119,128,149); }
H1.HeaderClassName
{
color: #778095;
}
.AnyTagClassName
{
color: #778095;
}
</style>
background-color css
<style>
a { background-color: #778095; }
a { background-color: rgb(119,128,149); }
div.DivClassName
{
background-color: #778095;
}
.BgClassName
{
background-color: #778095;
}
</style>
border-color css
<style>
span { border-color: #778095; }
span { border-color: rgb(119,128,149); }
td.TdClassName
{
border-color: #778095;
}
.TagClassName
{
border-color: #778095;
}
</style>