Shades of Slate Grey #788087
Tints of Slate Grey #788087
RGB
CMYK
RGB Variations
Color information
#788087 (or 0x788087) is known color: Slate Grey. HEX triplet: 78, 80 and 87. RGB value is (120,128,135). Sum of RGB (Red+Green+Blue) = 120+128+135=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #788087 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788087 is #877F78. Grayscale: #7E7E7E. Windows color (decimal): -8879993 or 8880248. OLE color: 8880248.
HSL color Cylindrical-coordinate representation of color #788087: hue angle of 208º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #788087 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 128 | 135 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.47 |
| HSL | 208º | 0.06% | 0.5% | - |
| HSV(B) | 208º | 0.11% | 0.53% | - |
| XYZ | 19.84 | 21.18 | 25.96 | - |
| YUV | 126.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 135 | 0.11 | 0.05 | 0 | 0.47 | 208 | 0.06 | 0.5 |
| Hex | 78 | 80 | 87 | B | 5 | 0 | 2F | D0 | 6 | 32 |
| Octal | 170 | 200 | 207 | 13 | 5 | 0 | 57 | 320 | 6 | 62 |
| Binary | 1111000 | 10000000 | 10000111 | 1011 | 101 | 0 | 101111 | 11010000 | 110 | 110010 |
Color Harmonies of #788087
Complementary color
Monochromatic Colors of #788087
Black with #788087
Text Example
Text Example
White with #788087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788087; }
p { color: rgb(120,128,135); }
H1.HeaderClassName
{
color: #788087;
}
.AnyTagClassName
{
color: #788087;
}
</style>
background-color css
<style>
a { background-color: #788087; }
a { background-color: rgb(120,128,135); }
div.DivClassName
{
background-color: #788087;
}
.BgClassName
{
background-color: #788087;
}
</style>
border-color css
<style>
span { border-color: #788087; }
span { border-color: rgb(120,128,135); }
td.TdClassName
{
border-color: #788087;
}
.TagClassName
{
border-color: #788087;
}
</style>