Shades of Blue Smoke #788F7C
Tints of Blue Smoke #788F7C
RGB
CMYK
RGB Variations
Color information
#788F7C (or 0x788F7C) is known color: Blue Smoke. HEX triplet: 78, 8F and 7C. RGB value is (120,143,124). Sum of RGB (Red+Green+Blue) = 120+143+124=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #788F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F7C is #877083. Grayscale: #868686. Windows color (decimal): -8876164 or 8163192. OLE color: 8163192.
HSL color Cylindrical-coordinate representation of color #788F7C: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F7C is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 124 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.44 |
| HSL | 130.43º | 0.09% | 0.52% | - |
| HSV(B) | 130.43º | 0.16% | 0.56% | - |
| XYZ | 21.21 | 25.09 | 22.79 | - |
| YUV | 133.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 124 | 0.16 | 0 | 0.13 | 0.44 | 130.43 | 0.09 | 0.52 |
| Hex | 78 | 8F | 7C | 10 | 0 | D | 2C | 82 | 9 | 34 |
| Octal | 170 | 217 | 174 | 20 | 0 | 15 | 54 | 202 | 11 | 64 |
| Binary | 1111000 | 10001111 | 1111100 | 10000 | 0 | 1101 | 101100 | 10000010 | 1001 | 110100 |
Color Harmonies of #788F7C
Complementary color
Monochromatic Colors of #788F7C
Black with #788F7C
Text Example
Text Example
White with #788F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F7C; }
p { color: rgb(120,143,124); }
H1.HeaderClassName
{
color: #788F7C;
}
.AnyTagClassName
{
color: #788F7C;
}
</style>
background-color css
<style>
a { background-color: #788F7C; }
a { background-color: rgb(120,143,124); }
div.DivClassName
{
background-color: #788F7C;
}
.BgClassName
{
background-color: #788F7C;
}
</style>
border-color css
<style>
span { border-color: #788F7C; }
span { border-color: rgb(120,143,124); }
td.TdClassName
{
border-color: #788F7C;
}
.TagClassName
{
border-color: #788F7C;
}
</style>