Shades of Blue Smoke #78867A
Tints of Blue Smoke #78867A
RGB
CMYK
RGB Variations
Color information
#78867A (or 0x78867A) is known color: Blue Smoke. HEX triplet: 78, 86 and 7A. RGB value is (120,134,122). Sum of RGB (Red+Green+Blue) = 120+134+122=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #78867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867A is #877985. Grayscale: #808080. Windows color (decimal): -8878470 or 8029816. OLE color: 8029816.
HSL color Cylindrical-coordinate representation of color #78867A: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #78867A is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 122 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.47 |
| HSL | 128.57º | 0.06% | 0.5% | - |
| HSV(B) | 128.57º | 0.1% | 0.53% | - |
| XYZ | 19.78 | 22.45 | 21.7 | - |
| YUV | 128.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 122 | 0.10 | 0 | 0.09 | 0.47 | 128.57 | 0.06 | 0.5 |
| Hex | 78 | 86 | 7A | A | 0 | 9 | 2F | 81 | 6 | 32 |
| Octal | 170 | 206 | 172 | 12 | 0 | 11 | 57 | 201 | 6 | 62 |
| Binary | 1111000 | 10000110 | 1111010 | 1010 | 0 | 1001 | 101111 | 10000001 | 110 | 110010 |
Color Harmonies of #78867A
Complementary color
Monochromatic Colors of #78867A
Black with #78867A
Text Example
Text Example
White with #78867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78867A; }
p { color: rgb(120,134,122); }
H1.HeaderClassName
{
color: #78867A;
}
.AnyTagClassName
{
color: #78867A;
}
</style>
background-color css
<style>
a { background-color: #78867A; }
a { background-color: rgb(120,134,122); }
div.DivClassName
{
background-color: #78867A;
}
.BgClassName
{
background-color: #78867A;
}
</style>
border-color css
<style>
span { border-color: #78867A; }
span { border-color: rgb(120,134,122); }
td.TdClassName
{
border-color: #78867A;
}
.TagClassName
{
border-color: #78867A;
}
</style>