Shades of Blue Smoke #7A8E7F
Tints of Blue Smoke #7A8E7F
RGB
CMYK
RGB Variations
Color information
#7A8E7F (or 0x7A8E7F) is known color: Blue Smoke. HEX triplet: 7A, 8E and 7F. RGB value is (122,142,127). Sum of RGB (Red+Green+Blue) = 122+142+127=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E7F is #857180. Grayscale: #868686. Windows color (decimal): -8745345 or 8359546. OLE color: 8359546.
HSL color Cylindrical-coordinate representation of color #7A8E7F: hue angle of 135º 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 #7A8E7F is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 127 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.44 |
| HSL | 135º | 0.08% | 0.52% | - |
| HSV(B) | 135º | 0.14% | 0.56% | - |
| XYZ | 21.53 | 25.02 | 23.77 | - |
| YUV | 134.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 127 | 0.14 | 0 | 0.11 | 0.44 | 135 | 0.08 | 0.52 |
| Hex | 7A | 8E | 7F | E | 0 | B | 2C | 87 | 8 | 34 |
| Octal | 172 | 216 | 177 | 16 | 0 | 13 | 54 | 207 | 10 | 64 |
| Binary | 1111010 | 10001110 | 1111111 | 1110 | 0 | 1011 | 101100 | 10000111 | 1000 | 110100 |
Color Harmonies of #7A8E7F
Complementary color
Monochromatic Colors of #7A8E7F
Black with #7A8E7F
Text Example
Text Example
White with #7A8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E7F; }
p { color: rgb(122,142,127); }
H1.HeaderClassName
{
color: #7A8E7F;
}
.AnyTagClassName
{
color: #7A8E7F;
}
</style>
background-color css
<style>
a { background-color: #7A8E7F; }
a { background-color: rgb(122,142,127); }
div.DivClassName
{
background-color: #7A8E7F;
}
.BgClassName
{
background-color: #7A8E7F;
}
</style>
border-color css
<style>
span { border-color: #7A8E7F; }
span { border-color: rgb(122,142,127); }
td.TdClassName
{
border-color: #7A8E7F;
}
.TagClassName
{
border-color: #7A8E7F;
}
</style>