Shades of Blue Smoke #78867E
Tints of Blue Smoke #78867E
RGB
CMYK
RGB Variations
Color information
#78867E (or 0x78867E) is known color: Blue Smoke. HEX triplet: 78, 86 and 7E. RGB value is (120,134,126). Sum of RGB (Red+Green+Blue) = 120+134+126=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 134 - color contains mainly: green. Hex color #78867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867E is #877981. Grayscale: #808080. Windows color (decimal): -8878466 or 8291960. OLE color: 8291960.
HSL color Cylindrical-coordinate representation of color #78867E: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78867E is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 126 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.47 |
| HSL | 145.71º | 0.06% | 0.5% | - |
| HSV(B) | 145.71º | 0.1% | 0.53% | - |
| XYZ | 20.04 | 22.55 | 23.04 | - |
| YUV | 128.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 126 | 0.10 | 0 | 0.06 | 0.47 | 145.71 | 0.06 | 0.5 |
| Hex | 78 | 86 | 7E | A | 0 | 6 | 2F | 92 | 6 | 32 |
| Octal | 170 | 206 | 176 | 12 | 0 | 6 | 57 | 222 | 6 | 62 |
| Binary | 1111000 | 10000110 | 1111110 | 1010 | 0 | 110 | 101111 | 10010010 | 110 | 110010 |
Color Harmonies of #78867E
Complementary color
Monochromatic Colors of #78867E
Black with #78867E
Text Example
Text Example
White with #78867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78867E; }
p { color: rgb(120,134,126); }
H1.HeaderClassName
{
color: #78867E;
}
.AnyTagClassName
{
color: #78867E;
}
</style>
background-color css
<style>
a { background-color: #78867E; }
a { background-color: rgb(120,134,126); }
div.DivClassName
{
background-color: #78867E;
}
.BgClassName
{
background-color: #78867E;
}
</style>
border-color css
<style>
span { border-color: #78867E; }
span { border-color: rgb(120,134,126); }
td.TdClassName
{
border-color: #78867E;
}
.TagClassName
{
border-color: #78867E;
}
</style>