Shades of Blue Smoke #788F7B
Tints of Blue Smoke #788F7B
RGB
CMYK
RGB Variations
Color information
#788F7B (or 0x788F7B) is known color: Blue Smoke. HEX triplet: 78, 8F and 7B. RGB value is (120,143,123). Sum of RGB (Red+Green+Blue) = 120+143+123=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 143 - color contains mainly: green. Hex color #788F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F7B is #877084. Grayscale: #858585. Windows color (decimal): -8876165 or 8097656. OLE color: 8097656.
HSL color Cylindrical-coordinate representation of color #788F7B: hue angle of 127.83º 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 #788F7B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 123 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.44 |
| HSL | 127.83º | 0.09% | 0.52% | - |
| HSV(B) | 127.83º | 0.16% | 0.56% | - |
| XYZ | 21.14 | 25.07 | 22.46 | - |
| YUV | 133.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 123 | 0.16 | 0 | 0.14 | 0.44 | 127.83 | 0.09 | 0.52 |
| Hex | 78 | 8F | 7B | 10 | 0 | E | 2C | 80 | 9 | 34 |
| Octal | 170 | 217 | 173 | 20 | 0 | 16 | 54 | 200 | 11 | 64 |
| Binary | 1111000 | 10001111 | 1111011 | 10000 | 0 | 1110 | 101100 | 10000000 | 1001 | 110100 |
Color Harmonies of #788F7B
Complementary color
Monochromatic Colors of #788F7B
Black with #788F7B
Text Example
Text Example
White with #788F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F7B; }
p { color: rgb(120,143,123); }
H1.HeaderClassName
{
color: #788F7B;
}
.AnyTagClassName
{
color: #788F7B;
}
</style>
background-color css
<style>
a { background-color: #788F7B; }
a { background-color: rgb(120,143,123); }
div.DivClassName
{
background-color: #788F7B;
}
.BgClassName
{
background-color: #788F7B;
}
</style>
border-color css
<style>
span { border-color: #788F7B; }
span { border-color: rgb(120,143,123); }
td.TdClassName
{
border-color: #788F7B;
}
.TagClassName
{
border-color: #788F7B;
}
</style>