Shades of Blue Smoke #788D80
Tints of Blue Smoke #788D80
RGB
CMYK
RGB Variations
Color information
#788D80 (or 0x788D80) is known color: Blue Smoke. HEX triplet: 78, 8D and 80. RGB value is (120,141,128). Sum of RGB (Red+Green+Blue) = 120+141+128=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 141 - color contains mainly: green. Hex color #788D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D80 is #87727F. Grayscale: #858585. Windows color (decimal): -8876672 or 8424824. OLE color: 8424824.
HSL color Cylindrical-coordinate representation of color #788D80: hue angle of 142.86º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D80 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 128 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.45 |
| HSL | 142.86º | 0.08% | 0.51% | - |
| HSV(B) | 142.86º | 0.15% | 0.55% | - |
| XYZ | 21.17 | 24.6 | 24.06 | - |
| YUV | 133.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 128 | 0.15 | 0 | 0.09 | 0.45 | 142.86 | 0.08 | 0.51 |
| Hex | 78 | 8D | 80 | F | 0 | 9 | 2D | 8F | 8 | 33 |
| Octal | 170 | 215 | 200 | 17 | 0 | 11 | 55 | 217 | 10 | 63 |
| Binary | 1111000 | 10001101 | 10000000 | 1111 | 0 | 1001 | 101101 | 10001111 | 1000 | 110011 |
Color Harmonies of #788D80
Complementary color
Monochromatic Colors of #788D80
Black with #788D80
Text Example
Text Example
White with #788D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D80; }
p { color: rgb(120,141,128); }
H1.HeaderClassName
{
color: #788D80;
}
.AnyTagClassName
{
color: #788D80;
}
</style>
background-color css
<style>
a { background-color: #788D80; }
a { background-color: rgb(120,141,128); }
div.DivClassName
{
background-color: #788D80;
}
.BgClassName
{
background-color: #788D80;
}
</style>
border-color css
<style>
span { border-color: #788D80; }
span { border-color: rgb(120,141,128); }
td.TdClassName
{
border-color: #788D80;
}
.TagClassName
{
border-color: #788D80;
}
</style>