Shades of Blue Smoke #78897E
Tints of Blue Smoke #78897E
RGB
CMYK
RGB Variations
Color information
#78897E (or 0x78897E) is known color: Blue Smoke. HEX triplet: 78, 89 and 7E. RGB value is (120,137,126). Sum of RGB (Red+Green+Blue) = 120+137+126=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 137 - color contains mainly: green. Hex color #78897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897E is #877681. Grayscale: #828282. Windows color (decimal): -8877698 or 8292728. OLE color: 8292728.
HSL color Cylindrical-coordinate representation of color #78897E: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78897E is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 126 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.46 |
| HSL | 141.18º | 0.07% | 0.5% | - |
| HSV(B) | 141.18º | 0.12% | 0.54% | - |
| XYZ | 20.46 | 23.39 | 23.18 | - |
| YUV | 130.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 126 | 0.12 | 0 | 0.08 | 0.46 | 141.18 | 0.07 | 0.5 |
| Hex | 78 | 89 | 7E | C | 0 | 8 | 2E | 8D | 7 | 32 |
| Octal | 170 | 211 | 176 | 14 | 0 | 10 | 56 | 215 | 7 | 62 |
| Binary | 1111000 | 10001001 | 1111110 | 1100 | 0 | 1000 | 101110 | 10001101 | 111 | 110010 |
Color Harmonies of #78897E
Complementary color
Monochromatic Colors of #78897E
Black with #78897E
Text Example
Text Example
White with #78897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78897E; }
p { color: rgb(120,137,126); }
H1.HeaderClassName
{
color: #78897E;
}
.AnyTagClassName
{
color: #78897E;
}
</style>
background-color css
<style>
a { background-color: #78897E; }
a { background-color: rgb(120,137,126); }
div.DivClassName
{
background-color: #78897E;
}
.BgClassName
{
background-color: #78897E;
}
</style>
border-color css
<style>
span { border-color: #78897E; }
span { border-color: rgb(120,137,126); }
td.TdClassName
{
border-color: #78897E;
}
.TagClassName
{
border-color: #78897E;
}
</style>