Shades of Blue Smoke #788D7A
Tints of Blue Smoke #788D7A
RGB
CMYK
RGB Variations
Color information
#788D7A (or 0x788D7A) is known color: Blue Smoke. HEX triplet: 78, 8D and 7A. RGB value is (120,141,122). Sum of RGB (Red+Green+Blue) = 120+141+122=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #788D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D7A is #877285. Grayscale: #848484. Windows color (decimal): -8876678 or 8031608. OLE color: 8031608.
HSL color Cylindrical-coordinate representation of color #788D7A: hue angle of 125.71º 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 #788D7A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 122 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.45 |
| HSL | 125.71º | 0.08% | 0.51% | - |
| HSV(B) | 125.71º | 0.15% | 0.55% | - |
| XYZ | 20.78 | 24.45 | 22.04 | - |
| YUV | 132.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 122 | 0.15 | 0 | 0.13 | 0.45 | 125.71 | 0.08 | 0.51 |
| Hex | 78 | 8D | 7A | F | 0 | D | 2D | 7E | 8 | 33 |
| Octal | 170 | 215 | 172 | 17 | 0 | 15 | 55 | 176 | 10 | 63 |
| Binary | 1111000 | 10001101 | 1111010 | 1111 | 0 | 1101 | 101101 | 1111110 | 1000 | 110011 |
Color Harmonies of #788D7A
Complementary color
Monochromatic Colors of #788D7A
Black with #788D7A
Text Example
Text Example
White with #788D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D7A; }
p { color: rgb(120,141,122); }
H1.HeaderClassName
{
color: #788D7A;
}
.AnyTagClassName
{
color: #788D7A;
}
</style>
background-color css
<style>
a { background-color: #788D7A; }
a { background-color: rgb(120,141,122); }
div.DivClassName
{
background-color: #788D7A;
}
.BgClassName
{
background-color: #788D7A;
}
</style>
border-color css
<style>
span { border-color: #788D7A; }
span { border-color: rgb(120,141,122); }
td.TdClassName
{
border-color: #788D7A;
}
.TagClassName
{
border-color: #788D7A;
}
</style>