Shades of Slate Grey #788292
Tints of Slate Grey #788292
RGB
CMYK
RGB Variations
Color information
#788292 (or 0x788292) is known color: Slate Grey. HEX triplet: 78, 82 and 92. RGB value is (120,130,146). Sum of RGB (Red+Green+Blue) = 120+130+146=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #788292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788292 is #877D6D. Grayscale: #808080. Windows color (decimal): -8879470 or 9601656. OLE color: 9601656.
HSL color Cylindrical-coordinate representation of color #788292: hue angle of 216.92º 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 #788292 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 130 | 146 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.43 |
| HSL | 216.92º | 0.11% | 0.52% | - |
| HSV(B) | 216.92º | 0.18% | 0.57% | - |
| XYZ | 20.92 | 22.03 | 30.34 | - |
| YUV | 128.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 146 | 0.18 | 0.11 | 0 | 0.43 | 216.92 | 0.11 | 0.52 |
| Hex | 78 | 82 | 92 | 12 | B | 0 | 2B | D9 | B | 34 |
| Octal | 170 | 202 | 222 | 22 | 13 | 0 | 53 | 331 | 13 | 64 |
| Binary | 1111000 | 10000010 | 10010010 | 10010 | 1011 | 0 | 101011 | 11011001 | 1011 | 110100 |
Color Harmonies of #788292
Complementary color
Monochromatic Colors of #788292
Black with #788292
Text Example
Text Example
White with #788292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788292; }
p { color: rgb(120,130,146); }
H1.HeaderClassName
{
color: #788292;
}
.AnyTagClassName
{
color: #788292;
}
</style>
background-color css
<style>
a { background-color: #788292; }
a { background-color: rgb(120,130,146); }
div.DivClassName
{
background-color: #788292;
}
.BgClassName
{
background-color: #788292;
}
</style>
border-color css
<style>
span { border-color: #788292; }
span { border-color: rgb(120,130,146); }
td.TdClassName
{
border-color: #788292;
}
.TagClassName
{
border-color: #788292;
}
</style>