Shades of Blue Smoke #7A897E
Tints of Blue Smoke #7A897E
RGB
CMYK
RGB Variations
Color information
#7A897E (or 0x7A897E) is known color: Blue Smoke. HEX triplet: 7A, 89 and 7E. RGB value is (122,137,126). Sum of RGB (Red+Green+Blue) = 122+137+126=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 137 - color contains mainly: green. Hex color #7A897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A897E is #857681. Grayscale: #838383. Windows color (decimal): -8746626 or 8292730. OLE color: 8292730.
HSL color Cylindrical-coordinate representation of color #7A897E: hue angle of 136º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A897E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 126 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.46 |
| HSL | 136º | 0.06% | 0.51% | - |
| HSV(B) | 136º | 0.11% | 0.54% | - |
| XYZ | 20.74 | 23.54 | 23.19 | - |
| YUV | 131.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 126 | 0.11 | 0 | 0.08 | 0.46 | 136 | 0.06 | 0.51 |
| Hex | 7A | 89 | 7E | B | 0 | 8 | 2E | 88 | 6 | 33 |
| Octal | 172 | 211 | 176 | 13 | 0 | 10 | 56 | 210 | 6 | 63 |
| Binary | 1111010 | 10001001 | 1111110 | 1011 | 0 | 1000 | 101110 | 10001000 | 110 | 110011 |
Color Harmonies of #7A897E
Complementary color
Monochromatic Colors of #7A897E
Black with #7A897E
Text Example
Text Example
White with #7A897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A897E; }
p { color: rgb(122,137,126); }
H1.HeaderClassName
{
color: #7A897E;
}
.AnyTagClassName
{
color: #7A897E;
}
</style>
background-color css
<style>
a { background-color: #7A897E; }
a { background-color: rgb(122,137,126); }
div.DivClassName
{
background-color: #7A897E;
}
.BgClassName
{
background-color: #7A897E;
}
</style>
border-color css
<style>
span { border-color: #7A897E; }
span { border-color: rgb(122,137,126); }
td.TdClassName
{
border-color: #7A897E;
}
.TagClassName
{
border-color: #7A897E;
}
</style>