Shades of Light Slate Grey #778B9B
Tints of Light Slate Grey #778B9B
RGB
CMYK
RGB Variations
Color information
#778B9B (or 0x778B9B) is known color: Light Slate Grey. HEX triplet: 77, 8B and 9B. RGB value is (119,139,155). Sum of RGB (Red+Green+Blue) = 119+139+155=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #778B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B9B is #887464. Grayscale: #868686. Windows color (decimal): -8942693 or 10193783. OLE color: 10193783.
HSL color Cylindrical-coordinate representation of color #778B9B: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778B9B is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 139 | 155 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.39 |
| HSL | 206.67º | 0.15% | 0.54% | - |
| HSV(B) | 206.67º | 0.23% | 0.61% | - |
| XYZ | 22.76 | 24.75 | 34.59 | - |
| YUV | 134.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 155 | 0.23 | 0.10 | 0 | 0.39 | 206.67 | 0.15 | 0.54 |
| Hex | 77 | 8B | 9B | 17 | A | 0 | 27 | CF | F | 36 |
| Octal | 167 | 213 | 233 | 27 | 12 | 0 | 47 | 317 | 17 | 66 |
| Binary | 1110111 | 10001011 | 10011011 | 10111 | 1010 | 0 | 100111 | 11001111 | 1111 | 110110 |
Color Harmonies of #778B9B
Complementary color
Monochromatic Colors of #778B9B
Black with #778B9B
Text Example
Text Example
White with #778B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B9B; }
p { color: rgb(119,139,155); }
H1.HeaderClassName
{
color: #778B9B;
}
.AnyTagClassName
{
color: #778B9B;
}
</style>
background-color css
<style>
a { background-color: #778B9B; }
a { background-color: rgb(119,139,155); }
div.DivClassName
{
background-color: #778B9B;
}
.BgClassName
{
background-color: #778B9B;
}
</style>
border-color css
<style>
span { border-color: #778B9B; }
span { border-color: rgb(119,139,155); }
td.TdClassName
{
border-color: #778B9B;
}
.TagClassName
{
border-color: #778B9B;
}
</style>