Shades of Blue Smoke #788F7D
Tints of Blue Smoke #788F7D
RGB
CMYK
RGB Variations
Color information
#788F7D (or 0x788F7D) is known color: Blue Smoke. HEX triplet: 78, 8F and 7D. RGB value is (120,143,125). Sum of RGB (Red+Green+Blue) = 120+143+125=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #788F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F7D is #877082. Grayscale: #868686. Windows color (decimal): -8876163 or 8228728. OLE color: 8228728.
HSL color Cylindrical-coordinate representation of color #788F7D: hue angle of 133.04º 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 #788F7D is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 125 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.44 |
| HSL | 133.04º | 0.09% | 0.52% | - |
| HSV(B) | 133.04º | 0.16% | 0.56% | - |
| XYZ | 21.27 | 25.12 | 23.13 | - |
| YUV | 134.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 125 | 0.16 | 0 | 0.13 | 0.44 | 133.04 | 0.09 | 0.52 |
| Hex | 78 | 8F | 7D | 10 | 0 | D | 2C | 85 | 9 | 34 |
| Octal | 170 | 217 | 175 | 20 | 0 | 15 | 54 | 205 | 11 | 64 |
| Binary | 1111000 | 10001111 | 1111101 | 10000 | 0 | 1101 | 101100 | 10000101 | 1001 | 110100 |
Color Harmonies of #788F7D
Complementary color
Monochromatic Colors of #788F7D
Black with #788F7D
Text Example
Text Example
White with #788F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F7D; }
p { color: rgb(120,143,125); }
H1.HeaderClassName
{
color: #788F7D;
}
.AnyTagClassName
{
color: #788F7D;
}
</style>
background-color css
<style>
a { background-color: #788F7D; }
a { background-color: rgb(120,143,125); }
div.DivClassName
{
background-color: #788F7D;
}
.BgClassName
{
background-color: #788F7D;
}
</style>
border-color css
<style>
span { border-color: #788F7D; }
span { border-color: rgb(120,143,125); }
td.TdClassName
{
border-color: #788F7D;
}
.TagClassName
{
border-color: #788F7D;
}
</style>