Shades of Blue Smoke #78877E
Tints of Blue Smoke #78877E
RGB
CMYK
RGB Variations
Color information
#78877E (or 0x78877E) is known color: Blue Smoke. HEX triplet: 78, 87 and 7E. RGB value is (120,135,126). Sum of RGB (Red+Green+Blue) = 120+135+126=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 135 - color contains mainly: green. Hex color #78877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877E is #877881. Grayscale: #818181. Windows color (decimal): -8878210 or 8292216. OLE color: 8292216.
HSL color Cylindrical-coordinate representation of color #78877E: hue angle of 144º 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 #78877E is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 126 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.47 |
| HSL | 144º | 0.06% | 0.5% | - |
| HSV(B) | 144º | 0.11% | 0.53% | - |
| XYZ | 20.18 | 22.83 | 23.08 | - |
| YUV | 129.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 126 | 0.11 | 0 | 0.07 | 0.47 | 144 | 0.06 | 0.5 |
| Hex | 78 | 87 | 7E | B | 0 | 7 | 2F | 90 | 6 | 32 |
| Octal | 170 | 207 | 176 | 13 | 0 | 7 | 57 | 220 | 6 | 62 |
| Binary | 1111000 | 10000111 | 1111110 | 1011 | 0 | 111 | 101111 | 10010000 | 110 | 110010 |
Color Harmonies of #78877E
Complementary color
Monochromatic Colors of #78877E
Black with #78877E
Text Example
Text Example
White with #78877E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78877E; }
p { color: rgb(120,135,126); }
H1.HeaderClassName
{
color: #78877E;
}
.AnyTagClassName
{
color: #78877E;
}
</style>
background-color css
<style>
a { background-color: #78877E; }
a { background-color: rgb(120,135,126); }
div.DivClassName
{
background-color: #78877E;
}
.BgClassName
{
background-color: #78877E;
}
</style>
border-color css
<style>
span { border-color: #78877E; }
span { border-color: rgb(120,135,126); }
td.TdClassName
{
border-color: #78877E;
}
.TagClassName
{
border-color: #78877E;
}
</style>