Shades of Blue Smoke #7A8E80
Tints of Blue Smoke #7A8E80
RGB
CMYK
RGB Variations
Color information
#7A8E80 (or 0x7A8E80) is known color: Blue Smoke. HEX triplet: 7A, 8E and 80. RGB value is (122,142,128). Sum of RGB (Red+Green+Blue) = 122+142+128=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8E80 is #85717F. Grayscale: #868686. Windows color (decimal): -8745344 or 8425082. OLE color: 8425082.
HSL color Cylindrical-coordinate representation of color #7A8E80: hue angle of 138º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8E80 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 128 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.44 |
| HSL | 138º | 0.08% | 0.52% | - |
| HSV(B) | 138º | 0.14% | 0.56% | - |
| XYZ | 21.6 | 25.04 | 24.12 | - |
| YUV | 134.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 128 | 0.14 | 0 | 0.10 | 0.44 | 138 | 0.08 | 0.52 |
| Hex | 7A | 8E | 80 | E | 0 | A | 2C | 8A | 8 | 34 |
| Octal | 172 | 216 | 200 | 16 | 0 | 12 | 54 | 212 | 10 | 64 |
| Binary | 1111010 | 10001110 | 10000000 | 1110 | 0 | 1010 | 101100 | 10001010 | 1000 | 110100 |
Color Harmonies of #7A8E80
Complementary color
Monochromatic Colors of #7A8E80
Black with #7A8E80
Text Example
Text Example
White with #7A8E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E80; }
p { color: rgb(122,142,128); }
H1.HeaderClassName
{
color: #7A8E80;
}
.AnyTagClassName
{
color: #7A8E80;
}
</style>
background-color css
<style>
a { background-color: #7A8E80; }
a { background-color: rgb(122,142,128); }
div.DivClassName
{
background-color: #7A8E80;
}
.BgClassName
{
background-color: #7A8E80;
}
</style>
border-color css
<style>
span { border-color: #7A8E80; }
span { border-color: rgb(122,142,128); }
td.TdClassName
{
border-color: #7A8E80;
}
.TagClassName
{
border-color: #7A8E80;
}
</style>