Shades of Blue Smoke #78937C
Tints of Blue Smoke #78937C
RGB
CMYK
RGB Variations
Color information
#78937C (or 0x78937C) is known color: Blue Smoke. HEX triplet: 78, 93 and 7C. RGB value is (120,147,124). Sum of RGB (Red+Green+Blue) = 120+147+124=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #78937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78937C is #876C83. Grayscale: #888888. Windows color (decimal): -8875140 or 8164216. OLE color: 8164216.
HSL color Cylindrical-coordinate representation of color #78937C: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78937C is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 124 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.42 |
| HSL | 128.89º | 0.11% | 0.52% | - |
| HSV(B) | 128.89º | 0.18% | 0.58% | - |
| XYZ | 21.82 | 26.32 | 23 | - |
| YUV | 136.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 124 | 0.18 | 0 | 0.16 | 0.42 | 128.89 | 0.11 | 0.52 |
| Hex | 78 | 93 | 7C | 12 | 0 | 10 | 2A | 81 | B | 34 |
| Octal | 170 | 223 | 174 | 22 | 0 | 20 | 52 | 201 | 13 | 64 |
| Binary | 1111000 | 10010011 | 1111100 | 10010 | 0 | 10000 | 101010 | 10000001 | 1011 | 110100 |
Color Harmonies of #78937C
Complementary color
Monochromatic Colors of #78937C
Black with #78937C
Text Example
Text Example
White with #78937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78937C; }
p { color: rgb(120,147,124); }
H1.HeaderClassName
{
color: #78937C;
}
.AnyTagClassName
{
color: #78937C;
}
</style>
background-color css
<style>
a { background-color: #78937C; }
a { background-color: rgb(120,147,124); }
div.DivClassName
{
background-color: #78937C;
}
.BgClassName
{
background-color: #78937C;
}
</style>
border-color css
<style>
span { border-color: #78937C; }
span { border-color: rgb(120,147,124); }
td.TdClassName
{
border-color: #78937C;
}
.TagClassName
{
border-color: #78937C;
}
</style>