Shades of Blue Smoke #78887C
Tints of Blue Smoke #78887C
RGB
CMYK
RGB Variations
Color information
#78887C (or 0x78887C) is known color: Blue Smoke. HEX triplet: 78, 88 and 7C. RGB value is (120,136,124). Sum of RGB (Red+Green+Blue) = 120+136+124=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #78887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78887C is #877783. Grayscale: #818181. Windows color (decimal): -8877956 or 8161400. OLE color: 8161400.
HSL color Cylindrical-coordinate representation of color #78887C: hue angle of 135º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #78887C is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 136 | 124 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.47 |
| HSL | 135º | 0.06% | 0.5% | - |
| HSV(B) | 135º | 0.12% | 0.53% | - |
| XYZ | 20.19 | 23.06 | 22.46 | - |
| YUV | 129.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 124 | 0.12 | 0 | 0.09 | 0.47 | 135 | 0.06 | 0.5 |
| Hex | 78 | 88 | 7C | C | 0 | 9 | 2F | 87 | 6 | 32 |
| Octal | 170 | 210 | 174 | 14 | 0 | 11 | 57 | 207 | 6 | 62 |
| Binary | 1111000 | 10001000 | 1111100 | 1100 | 0 | 1001 | 101111 | 10000111 | 110 | 110010 |
Color Harmonies of #78887C
Complementary color
Monochromatic Colors of #78887C
Black with #78887C
Text Example
Text Example
White with #78887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78887C; }
p { color: rgb(120,136,124); }
H1.HeaderClassName
{
color: #78887C;
}
.AnyTagClassName
{
color: #78887C;
}
</style>
background-color css
<style>
a { background-color: #78887C; }
a { background-color: rgb(120,136,124); }
div.DivClassName
{
background-color: #78887C;
}
.BgClassName
{
background-color: #78887C;
}
</style>
border-color css
<style>
span { border-color: #78887C; }
span { border-color: rgb(120,136,124); }
td.TdClassName
{
border-color: #78887C;
}
.TagClassName
{
border-color: #78887C;
}
</style>