Shades of Blue Smoke #78897F
Tints of Blue Smoke #78897F
RGB
CMYK
RGB Variations
Color information
#78897F (or 0x78897F) is known color: Blue Smoke. HEX triplet: 78, 89 and 7F. RGB value is (120,137,127). Sum of RGB (Red+Green+Blue) = 120+137+127=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 137 - color contains mainly: green. Hex color #78897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78897F is #877680. Grayscale: #828282. Windows color (decimal): -8877697 or 8358264. OLE color: 8358264.
HSL color Cylindrical-coordinate representation of color #78897F: hue angle of 144.71º 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 #78897F is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 127 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.46 |
| HSL | 144.71º | 0.07% | 0.5% | - |
| HSV(B) | 144.71º | 0.12% | 0.54% | - |
| XYZ | 20.52 | 23.42 | 23.52 | - |
| YUV | 130.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 127 | 0.12 | 0 | 0.07 | 0.46 | 144.71 | 0.07 | 0.5 |
| Hex | 78 | 89 | 7F | C | 0 | 7 | 2E | 91 | 7 | 32 |
| Octal | 170 | 211 | 177 | 14 | 0 | 7 | 56 | 221 | 7 | 62 |
| Binary | 1111000 | 10001001 | 1111111 | 1100 | 0 | 111 | 101110 | 10010001 | 111 | 110010 |
Color Harmonies of #78897F
Complementary color
Monochromatic Colors of #78897F
Black with #78897F
Text Example
Text Example
White with #78897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78897F; }
p { color: rgb(120,137,127); }
H1.HeaderClassName
{
color: #78897F;
}
.AnyTagClassName
{
color: #78897F;
}
</style>
background-color css
<style>
a { background-color: #78897F; }
a { background-color: rgb(120,137,127); }
div.DivClassName
{
background-color: #78897F;
}
.BgClassName
{
background-color: #78897F;
}
</style>
border-color css
<style>
span { border-color: #78897F; }
span { border-color: rgb(120,137,127); }
td.TdClassName
{
border-color: #78897F;
}
.TagClassName
{
border-color: #78897F;
}
</style>