Shades of Blue Smoke #78897A
Tints of Blue Smoke #78897A
RGB
CMYK
RGB Variations
Color information
#78897A (or 0x78897A) is known color: Blue Smoke. HEX triplet: 78, 89 and 7A. RGB value is (120,137,122). Sum of RGB (Red+Green+Blue) = 120+137+122=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #78897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897A is #877685. Grayscale: #828282. Windows color (decimal): -8877702 or 8030584. OLE color: 8030584.
HSL color Cylindrical-coordinate representation of color #78897A: hue angle of 127.06º 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 #78897A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 122 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.46 |
| HSL | 127.06º | 0.07% | 0.5% | - |
| HSV(B) | 127.06º | 0.12% | 0.54% | - |
| XYZ | 20.2 | 23.29 | 21.84 | - |
| YUV | 130.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 122 | 0.12 | 0 | 0.11 | 0.46 | 127.06 | 0.07 | 0.5 |
| Hex | 78 | 89 | 7A | C | 0 | B | 2E | 7F | 7 | 32 |
| Octal | 170 | 211 | 172 | 14 | 0 | 13 | 56 | 177 | 7 | 62 |
| Binary | 1111000 | 10001001 | 1111010 | 1100 | 0 | 1011 | 101110 | 1111111 | 111 | 110010 |
Color Harmonies of #78897A
Complementary color
Monochromatic Colors of #78897A
Black with #78897A
Text Example
Text Example
White with #78897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78897A; }
p { color: rgb(120,137,122); }
H1.HeaderClassName
{
color: #78897A;
}
.AnyTagClassName
{
color: #78897A;
}
</style>
background-color css
<style>
a { background-color: #78897A; }
a { background-color: rgb(120,137,122); }
div.DivClassName
{
background-color: #78897A;
}
.BgClassName
{
background-color: #78897A;
}
</style>
border-color css
<style>
span { border-color: #78897A; }
span { border-color: rgb(120,137,122); }
td.TdClassName
{
border-color: #78897A;
}
.TagClassName
{
border-color: #78897A;
}
</style>