Shades of Blue Smoke #7A8E7D
Tints of Blue Smoke #7A8E7D
RGB
CMYK
RGB Variations
Color information
#7A8E7D (or 0x7A8E7D) is known color: Blue Smoke. HEX triplet: 7A, 8E and 7D. RGB value is (122,142,125). Sum of RGB (Red+Green+Blue) = 122+142+125=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #7A8E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8E7D is #857182. Grayscale: #868686. Windows color (decimal): -8745347 or 8228474. OLE color: 8228474.
HSL color Cylindrical-coordinate representation of color #7A8E7D: hue angle of 129º 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 #7A8E7D is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 142 | 125 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.44 |
| HSL | 129º | 0.08% | 0.52% | - |
| HSV(B) | 129º | 0.14% | 0.56% | - |
| XYZ | 21.4 | 24.96 | 23.09 | - |
| YUV | 134.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 125 | 0.14 | 0 | 0.12 | 0.44 | 129 | 0.08 | 0.52 |
| Hex | 7A | 8E | 7D | E | 0 | C | 2C | 81 | 8 | 34 |
| Octal | 172 | 216 | 175 | 16 | 0 | 14 | 54 | 201 | 10 | 64 |
| Binary | 1111010 | 10001110 | 1111101 | 1110 | 0 | 1100 | 101100 | 10000001 | 1000 | 110100 |
Color Harmonies of #7A8E7D
Complementary color
Monochromatic Colors of #7A8E7D
Black with #7A8E7D
Text Example
Text Example
White with #7A8E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8E7D; }
p { color: rgb(122,142,125); }
H1.HeaderClassName
{
color: #7A8E7D;
}
.AnyTagClassName
{
color: #7A8E7D;
}
</style>
background-color css
<style>
a { background-color: #7A8E7D; }
a { background-color: rgb(122,142,125); }
div.DivClassName
{
background-color: #7A8E7D;
}
.BgClassName
{
background-color: #7A8E7D;
}
</style>
border-color css
<style>
span { border-color: #7A8E7D; }
span { border-color: rgb(122,142,125); }
td.TdClassName
{
border-color: #7A8E7D;
}
.TagClassName
{
border-color: #7A8E7D;
}
</style>