Shades of Blue Smoke #7A8E7C
Tints of Blue Smoke #7A8E7C
RGB
CMYK
RGB Variations
Color information
#7A8E7C (or 0x7A8E7C) is known color: Blue Smoke. HEX triplet: 7A, 8E and 7C. RGB value is (122,142,124). Sum of RGB (Red+Green+Blue) = 122+142+124=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E7C is #857183. Grayscale: #868686. Windows color (decimal): -8745348 or 8162938. OLE color: 8162938.
HSL color Cylindrical-coordinate representation of color #7A8E7C: hue angle of 126º 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 #7A8E7C is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 124 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.44 |
| HSL | 126º | 0.08% | 0.52% | - |
| HSV(B) | 126º | 0.14% | 0.56% | - |
| XYZ | 21.34 | 24.94 | 22.76 | - |
| YUV | 133.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 124 | 0.14 | 0 | 0.13 | 0.44 | 126 | 0.08 | 0.52 |
| Hex | 7A | 8E | 7C | E | 0 | D | 2C | 7E | 8 | 34 |
| Octal | 172 | 216 | 174 | 16 | 0 | 15 | 54 | 176 | 10 | 64 |
| Binary | 1111010 | 10001110 | 1111100 | 1110 | 0 | 1101 | 101100 | 1111110 | 1000 | 110100 |
Color Harmonies of #7A8E7C
Complementary color
Monochromatic Colors of #7A8E7C
Black with #7A8E7C
Text Example
Text Example
White with #7A8E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E7C; }
p { color: rgb(122,142,124); }
H1.HeaderClassName
{
color: #7A8E7C;
}
.AnyTagClassName
{
color: #7A8E7C;
}
</style>
background-color css
<style>
a { background-color: #7A8E7C; }
a { background-color: rgb(122,142,124); }
div.DivClassName
{
background-color: #7A8E7C;
}
.BgClassName
{
background-color: #7A8E7C;
}
</style>
border-color css
<style>
span { border-color: #7A8E7C; }
span { border-color: rgb(122,142,124); }
td.TdClassName
{
border-color: #7A8E7C;
}
.TagClassName
{
border-color: #7A8E7C;
}
</style>