Shades of Blue Smoke #7A907E
Tints of Blue Smoke #7A907E
RGB
CMYK
RGB Variations
Color information
#7A907E (or 0x7A907E) is known color: Blue Smoke. HEX triplet: 7A, 90 and 7E. RGB value is (122,144,126). Sum of RGB (Red+Green+Blue) = 122+144+126=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #7A907E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A907E is #856F81. Grayscale: #878787. Windows color (decimal): -8744834 or 8294522. OLE color: 8294522.
HSL color Cylindrical-coordinate representation of color #7A907E: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A907E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 126 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.44 |
| HSL | 130.91º | 0.09% | 0.52% | - |
| HSV(B) | 130.91º | 0.15% | 0.56% | - |
| XYZ | 21.77 | 25.59 | 23.53 | - |
| YUV | 135.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 126 | 0.15 | 0 | 0.12 | 0.44 | 130.91 | 0.09 | 0.52 |
| Hex | 7A | 90 | 7E | F | 0 | C | 2C | 83 | 9 | 34 |
| Octal | 172 | 220 | 176 | 17 | 0 | 14 | 54 | 203 | 11 | 64 |
| Binary | 1111010 | 10010000 | 1111110 | 1111 | 0 | 1100 | 101100 | 10000011 | 1001 | 110100 |
Color Harmonies of #7A907E
Complementary color
Monochromatic Colors of #7A907E
Black with #7A907E
Text Example
Text Example
White with #7A907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A907E; }
p { color: rgb(122,144,126); }
H1.HeaderClassName
{
color: #7A907E;
}
.AnyTagClassName
{
color: #7A907E;
}
</style>
background-color css
<style>
a { background-color: #7A907E; }
a { background-color: rgb(122,144,126); }
div.DivClassName
{
background-color: #7A907E;
}
.BgClassName
{
background-color: #7A907E;
}
</style>
border-color css
<style>
span { border-color: #7A907E; }
span { border-color: rgb(122,144,126); }
td.TdClassName
{
border-color: #7A907E;
}
.TagClassName
{
border-color: #7A907E;
}
</style>