Shades of Slate Grey #788088
Tints of Slate Grey #788088
RGB
CMYK
RGB Variations
Color information
#788088 (or 0x788088) is known color: Slate Grey. HEX triplet: 78, 80 and 88. RGB value is (120,128,136). Sum of RGB (Red+Green+Blue) = 120+128+136=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 136 - color contains mainly: blue. Hex color #788088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788088 is #877F77. Grayscale: #7E7E7E. Windows color (decimal): -8879992 or 8945784. OLE color: 8945784.
HSL color Cylindrical-coordinate representation of color #788088: hue angle of 210º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788088 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 128 | 136 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.47 |
| HSL | 210º | 0.06% | 0.5% | - |
| HSV(B) | 210º | 0.12% | 0.53% | - |
| XYZ | 19.91 | 21.21 | 26.34 | - |
| YUV | 126.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 136 | 0.12 | 0.06 | 0 | 0.47 | 210 | 0.06 | 0.5 |
| Hex | 78 | 80 | 88 | C | 6 | 0 | 2F | D2 | 6 | 32 |
| Octal | 170 | 200 | 210 | 14 | 6 | 0 | 57 | 322 | 6 | 62 |
| Binary | 1111000 | 10000000 | 10001000 | 1100 | 110 | 0 | 101111 | 11010010 | 110 | 110010 |
Color Harmonies of #788088
Complementary color
Monochromatic Colors of #788088
Black with #788088
Text Example
Text Example
White with #788088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788088; }
p { color: rgb(120,128,136); }
H1.HeaderClassName
{
color: #788088;
}
.AnyTagClassName
{
color: #788088;
}
</style>
background-color css
<style>
a { background-color: #788088; }
a { background-color: rgb(120,128,136); }
div.DivClassName
{
background-color: #788088;
}
.BgClassName
{
background-color: #788088;
}
</style>
border-color css
<style>
span { border-color: #788088; }
span { border-color: rgb(120,128,136); }
td.TdClassName
{
border-color: #788088;
}
.TagClassName
{
border-color: #788088;
}
</style>