Shades of Blue Smoke #7A8F80
Tints of Blue Smoke #7A8F80
RGB
CMYK
RGB Variations
Color information
#7A8F80 (or 0x7A8F80) is known color: Blue Smoke. HEX triplet: 7A, 8F and 80. RGB value is (122,143,128). Sum of RGB (Red+Green+Blue) = 122+143+128=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F80 is #85707F. Grayscale: #878787. Windows color (decimal): -8745088 or 8425338. OLE color: 8425338.
HSL color Cylindrical-coordinate representation of color #7A8F80: hue angle of 137.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F80 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 128 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.44 |
| HSL | 137.14º | 0.09% | 0.52% | - |
| HSV(B) | 137.14º | 0.15% | 0.56% | - |
| XYZ | 21.74 | 25.34 | 24.17 | - |
| YUV | 135.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 128 | 0.15 | 0 | 0.10 | 0.44 | 137.14 | 0.09 | 0.52 |
| Hex | 7A | 8F | 80 | F | 0 | A | 2C | 89 | 9 | 34 |
| Octal | 172 | 217 | 200 | 17 | 0 | 12 | 54 | 211 | 11 | 64 |
| Binary | 1111010 | 10001111 | 10000000 | 1111 | 0 | 1010 | 101100 | 10001001 | 1001 | 110100 |
Color Harmonies of #7A8F80
Complementary color
Monochromatic Colors of #7A8F80
Black with #7A8F80
Text Example
Text Example
White with #7A8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F80; }
p { color: rgb(122,143,128); }
H1.HeaderClassName
{
color: #7A8F80;
}
.AnyTagClassName
{
color: #7A8F80;
}
</style>
background-color css
<style>
a { background-color: #7A8F80; }
a { background-color: rgb(122,143,128); }
div.DivClassName
{
background-color: #7A8F80;
}
.BgClassName
{
background-color: #7A8F80;
}
</style>
border-color css
<style>
span { border-color: #7A8F80; }
span { border-color: rgb(122,143,128); }
td.TdClassName
{
border-color: #7A8F80;
}
.TagClassName
{
border-color: #7A8F80;
}
</style>