Shades of Light Slate Grey #778B9A
Tints of Light Slate Grey #778B9A
RGB
CMYK
RGB Variations
Color information
#778B9A (or 0x778B9A) is known color: Light Slate Grey. HEX triplet: 77, 8B and 9A. RGB value is (119,139,154). Sum of RGB (Red+Green+Blue) = 119+139+154=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 154 - color contains mainly: blue. Hex color #778B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B9A is #887465. Grayscale: #868686. Windows color (decimal): -8942694 or 10128247. OLE color: 10128247.
HSL color Cylindrical-coordinate representation of color #778B9A: hue angle of 205.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778B9A is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 139 | 154 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.40 |
| HSL | 205.71º | 0.15% | 0.54% | - |
| HSV(B) | 205.71º | 0.23% | 0.6% | - |
| XYZ | 22.67 | 24.72 | 34.15 | - |
| YUV | 134.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 154 | 0.23 | 0.10 | 0 | 0.40 | 205.71 | 0.15 | 0.54 |
| Hex | 77 | 8B | 9A | 17 | A | 0 | 28 | CE | F | 36 |
| Octal | 167 | 213 | 232 | 27 | 12 | 0 | 50 | 316 | 17 | 66 |
| Binary | 1110111 | 10001011 | 10011010 | 10111 | 1010 | 0 | 101000 | 11001110 | 1111 | 110110 |
Color Harmonies of #778B9A
Complementary color
Monochromatic Colors of #778B9A
Black with #778B9A
Text Example
Text Example
White with #778B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B9A; }
p { color: rgb(119,139,154); }
H1.HeaderClassName
{
color: #778B9A;
}
.AnyTagClassName
{
color: #778B9A;
}
</style>
background-color css
<style>
a { background-color: #778B9A; }
a { background-color: rgb(119,139,154); }
div.DivClassName
{
background-color: #778B9A;
}
.BgClassName
{
background-color: #778B9A;
}
</style>
border-color css
<style>
span { border-color: #778B9A; }
span { border-color: rgb(119,139,154); }
td.TdClassName
{
border-color: #778B9A;
}
.TagClassName
{
border-color: #778B9A;
}
</style>