Shades of Blue Smoke #7C947F
Tints of Blue Smoke #7C947F
RGB
CMYK
RGB Variations
Color information
#7C947F (or 0x7C947F) is known color: Blue Smoke. HEX triplet: 7C, 94 and 7F. RGB value is (124,148,127). Sum of RGB (Red+Green+Blue) = 124+148+127=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #7C947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C947F is #836B80. Grayscale: #8A8A8A. Windows color (decimal): -8612737 or 8361084. OLE color: 8361084.
HSL color Cylindrical-coordinate representation of color #7C947F: hue angle of 127.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C947F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 127 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.42 |
| HSL | 127.5º | 0.1% | 0.53% | - |
| HSV(B) | 127.5º | 0.16% | 0.58% | - |
| XYZ | 22.73 | 27 | 24.09 | - |
| YUV | 138.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 127 | 0.16 | 0 | 0.14 | 0.42 | 127.5 | 0.1 | 0.53 |
| Hex | 7C | 94 | 7F | 10 | 0 | E | 2A | 80 | A | 35 |
| Octal | 174 | 224 | 177 | 20 | 0 | 16 | 52 | 200 | 12 | 65 |
| Binary | 1111100 | 10010100 | 1111111 | 10000 | 0 | 1110 | 101010 | 10000000 | 1010 | 110101 |
Color Harmonies of #7C947F
Complementary color
Monochromatic Colors of #7C947F
Black with #7C947F
Text Example
Text Example
White with #7C947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C947F; }
p { color: rgb(124,148,127); }
H1.HeaderClassName
{
color: #7C947F;
}
.AnyTagClassName
{
color: #7C947F;
}
</style>
background-color css
<style>
a { background-color: #7C947F; }
a { background-color: rgb(124,148,127); }
div.DivClassName
{
background-color: #7C947F;
}
.BgClassName
{
background-color: #7C947F;
}
</style>
border-color css
<style>
span { border-color: #7C947F; }
span { border-color: rgb(124,148,127); }
td.TdClassName
{
border-color: #7C947F;
}
.TagClassName
{
border-color: #7C947F;
}
</style>