Shades of Blue Smoke #78877B
Tints of Blue Smoke #78877B
RGB
CMYK
RGB Variations
Color information
#78877B (or 0x78877B) is known color: Blue Smoke. HEX triplet: 78, 87 and 7B. RGB value is (120,135,123). Sum of RGB (Red+Green+Blue) = 120+135+123=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 135 - color contains mainly: green. Hex color #78877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877B is #877884. Grayscale: #818181. Windows color (decimal): -8878213 or 8095608. OLE color: 8095608.
HSL color Cylindrical-coordinate representation of color #78877B: hue angle of 132º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #78877B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 123 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.47 |
| HSL | 132º | 0.06% | 0.5% | - |
| HSV(B) | 132º | 0.11% | 0.53% | - |
| XYZ | 19.98 | 22.75 | 22.08 | - |
| YUV | 129.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 123 | 0.11 | 0 | 0.09 | 0.47 | 132 | 0.06 | 0.5 |
| Hex | 78 | 87 | 7B | B | 0 | 9 | 2F | 84 | 6 | 32 |
| Octal | 170 | 207 | 173 | 13 | 0 | 11 | 57 | 204 | 6 | 62 |
| Binary | 1111000 | 10000111 | 1111011 | 1011 | 0 | 1001 | 101111 | 10000100 | 110 | 110010 |
Color Harmonies of #78877B
Complementary color
Monochromatic Colors of #78877B
Black with #78877B
Text Example
Text Example
White with #78877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78877B; }
p { color: rgb(120,135,123); }
H1.HeaderClassName
{
color: #78877B;
}
.AnyTagClassName
{
color: #78877B;
}
</style>
background-color css
<style>
a { background-color: #78877B; }
a { background-color: rgb(120,135,123); }
div.DivClassName
{
background-color: #78877B;
}
.BgClassName
{
background-color: #78877B;
}
</style>
border-color css
<style>
span { border-color: #78877B; }
span { border-color: rgb(120,135,123); }
td.TdClassName
{
border-color: #78877B;
}
.TagClassName
{
border-color: #78877B;
}
</style>