Shades of Blue Smoke #788D7D
Tints of Blue Smoke #788D7D
RGB
CMYK
RGB Variations
Color information
#788D7D (or 0x788D7D) is known color: Blue Smoke. HEX triplet: 78, 8D and 7D. RGB value is (120,141,125). Sum of RGB (Red+Green+Blue) = 120+141+125=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 141 - color contains mainly: green. Hex color #788D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D7D is #877282. Grayscale: #848484. Windows color (decimal): -8876675 or 8228216. OLE color: 8228216.
HSL color Cylindrical-coordinate representation of color #788D7D: hue angle of 134.29º 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 #788D7D is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 125 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.45 |
| HSL | 134.29º | 0.08% | 0.51% | - |
| HSV(B) | 134.29º | 0.15% | 0.55% | - |
| XYZ | 20.97 | 24.52 | 23.03 | - |
| YUV | 132.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 125 | 0.15 | 0 | 0.11 | 0.45 | 134.29 | 0.08 | 0.51 |
| Hex | 78 | 8D | 7D | F | 0 | B | 2D | 86 | 8 | 33 |
| Octal | 170 | 215 | 175 | 17 | 0 | 13 | 55 | 206 | 10 | 63 |
| Binary | 1111000 | 10001101 | 1111101 | 1111 | 0 | 1011 | 101101 | 10000110 | 1000 | 110011 |
Color Harmonies of #788D7D
Complementary color
Monochromatic Colors of #788D7D
Black with #788D7D
Text Example
Text Example
White with #788D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D7D; }
p { color: rgb(120,141,125); }
H1.HeaderClassName
{
color: #788D7D;
}
.AnyTagClassName
{
color: #788D7D;
}
</style>
background-color css
<style>
a { background-color: #788D7D; }
a { background-color: rgb(120,141,125); }
div.DivClassName
{
background-color: #788D7D;
}
.BgClassName
{
background-color: #788D7D;
}
</style>
border-color css
<style>
span { border-color: #788D7D; }
span { border-color: rgb(120,141,125); }
td.TdClassName
{
border-color: #788D7D;
}
.TagClassName
{
border-color: #788D7D;
}
</style>