Shades of Blue Smoke #7A947F
Tints of Blue Smoke #7A947F
RGB
CMYK
RGB Variations
Color information
#7A947F (or 0x7A947F) is known color: Blue Smoke. HEX triplet: 7A, 94 and 7F. RGB value is (122,148,127). Sum of RGB (Red+Green+Blue) = 122+148+127=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #7A947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A947F is #856B80. Grayscale: #898989. Windows color (decimal): -8743809 or 8361082. OLE color: 8361082.
HSL color Cylindrical-coordinate representation of color #7A947F: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A947F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 127 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.42 |
| HSL | 131.54º | 0.11% | 0.53% | - |
| HSV(B) | 131.54º | 0.18% | 0.58% | - |
| XYZ | 22.45 | 26.85 | 24.08 | - |
| YUV | 137.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 127 | 0.18 | 0 | 0.14 | 0.42 | 131.54 | 0.11 | 0.53 |
| Hex | 7A | 94 | 7F | 12 | 0 | E | 2A | 84 | B | 35 |
| Octal | 172 | 224 | 177 | 22 | 0 | 16 | 52 | 204 | 13 | 65 |
| Binary | 1111010 | 10010100 | 1111111 | 10010 | 0 | 1110 | 101010 | 10000100 | 1011 | 110101 |
Color Harmonies of #7A947F
Complementary color
Monochromatic Colors of #7A947F
Black with #7A947F
Text Example
Text Example
White with #7A947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A947F; }
p { color: rgb(122,148,127); }
H1.HeaderClassName
{
color: #7A947F;
}
.AnyTagClassName
{
color: #7A947F;
}
</style>
background-color css
<style>
a { background-color: #7A947F; }
a { background-color: rgb(122,148,127); }
div.DivClassName
{
background-color: #7A947F;
}
.BgClassName
{
background-color: #7A947F;
}
</style>
border-color css
<style>
span { border-color: #7A947F; }
span { border-color: rgb(122,148,127); }
td.TdClassName
{
border-color: #7A947F;
}
.TagClassName
{
border-color: #7A947F;
}
</style>