Shades of Blue Smoke #78877C
Tints of Blue Smoke #78877C
RGB
CMYK
RGB Variations
Color information
#78877C (or 0x78877C) is known color: Blue Smoke. HEX triplet: 78, 87 and 7C. RGB value is (120,135,124). Sum of RGB (Red+Green+Blue) = 120+135+124=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #78877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877C is #877883. Grayscale: #818181. Windows color (decimal): -8878212 or 8161144. OLE color: 8161144.
HSL color Cylindrical-coordinate representation of color #78877C: hue angle of 136º 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 #78877C is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 124 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.47 |
| HSL | 136º | 0.06% | 0.5% | - |
| HSV(B) | 136º | 0.11% | 0.53% | - |
| XYZ | 20.05 | 22.78 | 22.41 | - |
| YUV | 129.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 124 | 0.11 | 0 | 0.08 | 0.47 | 136 | 0.06 | 0.5 |
| Hex | 78 | 87 | 7C | B | 0 | 8 | 2F | 88 | 6 | 32 |
| Octal | 170 | 207 | 174 | 13 | 0 | 10 | 57 | 210 | 6 | 62 |
| Binary | 1111000 | 10000111 | 1111100 | 1011 | 0 | 1000 | 101111 | 10001000 | 110 | 110010 |
Color Harmonies of #78877C
Complementary color
Monochromatic Colors of #78877C
Black with #78877C
Text Example
Text Example
White with #78877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78877C; }
p { color: rgb(120,135,124); }
H1.HeaderClassName
{
color: #78877C;
}
.AnyTagClassName
{
color: #78877C;
}
</style>
background-color css
<style>
a { background-color: #78877C; }
a { background-color: rgb(120,135,124); }
div.DivClassName
{
background-color: #78877C;
}
.BgClassName
{
background-color: #78877C;
}
</style>
border-color css
<style>
span { border-color: #78877C; }
span { border-color: rgb(120,135,124); }
td.TdClassName
{
border-color: #78877C;
}
.TagClassName
{
border-color: #78877C;
}
</style>