Shades of Light Slate Grey #778792
Tints of Light Slate Grey #778792
RGB
CMYK
RGB Variations
Color information
#778792 (or 0x778792) is known color: Light Slate Grey. HEX triplet: 77, 87 and 92. RGB value is (119,135,146). Sum of RGB (Red+Green+Blue) = 119+135+146=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 146 - color contains mainly: blue. Hex color #778792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778792 is #88786D. Grayscale: #838383. Windows color (decimal): -8943726 or 9602935. OLE color: 9602935.
HSL color Cylindrical-coordinate representation of color #778792: hue angle of 204.44º 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 #778792 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 135 | 146 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.43 |
| HSL | 204.44º | 0.11% | 0.52% | - |
| HSV(B) | 204.44º | 0.18% | 0.57% | - |
| XYZ | 21.46 | 23.33 | 30.57 | - |
| YUV | 131.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 146 | 0.18 | 0.08 | 0 | 0.43 | 204.44 | 0.11 | 0.52 |
| Hex | 77 | 87 | 92 | 12 | 8 | 0 | 2B | CC | B | 34 |
| Octal | 167 | 207 | 222 | 22 | 10 | 0 | 53 | 314 | 13 | 64 |
| Binary | 1110111 | 10000111 | 10010010 | 10010 | 1000 | 0 | 101011 | 11001100 | 1011 | 110100 |
Color Harmonies of #778792
Complementary color
Monochromatic Colors of #778792
Black with #778792
Text Example
Text Example
White with #778792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778792; }
p { color: rgb(119,135,146); }
H1.HeaderClassName
{
color: #778792;
}
.AnyTagClassName
{
color: #778792;
}
</style>
background-color css
<style>
a { background-color: #778792; }
a { background-color: rgb(119,135,146); }
div.DivClassName
{
background-color: #778792;
}
.BgClassName
{
background-color: #778792;
}
</style>
border-color css
<style>
span { border-color: #778792; }
span { border-color: rgb(119,135,146); }
td.TdClassName
{
border-color: #778792;
}
.TagClassName
{
border-color: #778792;
}
</style>