Shades of Light Slate Grey #778492
Tints of Light Slate Grey #778492
RGB
CMYK
RGB Variations
Color information
#778492 (or 0x778492) is known color: Light Slate Grey. HEX triplet: 77, 84 and 92. RGB value is (119,132,146). Sum of RGB (Red+Green+Blue) = 119+132+146=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #778492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778492 is #887B6D. Grayscale: #818181. Windows color (decimal): -8944494 or 9602167. OLE color: 9602167.
HSL color Cylindrical-coordinate representation of color #778492: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #778492 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 132 | 146 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.43 |
| HSL | 211.11º | 0.11% | 0.52% | - |
| HSV(B) | 211.11º | 0.18% | 0.57% | - |
| XYZ | 21.05 | 22.5 | 30.43 | - |
| YUV | 129.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 146 | 0.18 | 0.10 | 0 | 0.43 | 211.11 | 0.11 | 0.52 |
| Hex | 77 | 84 | 92 | 12 | A | 0 | 2B | D3 | B | 34 |
| Octal | 167 | 204 | 222 | 22 | 12 | 0 | 53 | 323 | 13 | 64 |
| Binary | 1110111 | 10000100 | 10010010 | 10010 | 1010 | 0 | 101011 | 11010011 | 1011 | 110100 |
Color Harmonies of #778492
Complementary color
Monochromatic Colors of #778492
Black with #778492
Text Example
Text Example
White with #778492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778492; }
p { color: rgb(119,132,146); }
H1.HeaderClassName
{
color: #778492;
}
.AnyTagClassName
{
color: #778492;
}
</style>
background-color css
<style>
a { background-color: #778492; }
a { background-color: rgb(119,132,146); }
div.DivClassName
{
background-color: #778492;
}
.BgClassName
{
background-color: #778492;
}
</style>
border-color css
<style>
span { border-color: #778492; }
span { border-color: rgb(119,132,146); }
td.TdClassName
{
border-color: #778492;
}
.TagClassName
{
border-color: #778492;
}
</style>