Shades of Blue Smoke #7C937F
Tints of Blue Smoke #7C937F
RGB
CMYK
RGB Variations
Color information
#7C937F (or 0x7C937F) is known color: Blue Smoke. HEX triplet: 7C, 93 and 7F. RGB value is (124,147,127). Sum of RGB (Red+Green+Blue) = 124+147+127=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #7C937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C937F is #836C80. Grayscale: #898989. Windows color (decimal): -8612993 or 8360828. OLE color: 8360828.
HSL color Cylindrical-coordinate representation of color #7C937F: hue angle of 127.83º 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 #7C937F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 127 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.42 |
| HSL | 127.83º | 0.1% | 0.53% | - |
| HSV(B) | 127.83º | 0.16% | 0.58% | - |
| XYZ | 22.58 | 26.68 | 24.04 | - |
| YUV | 137.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 127 | 0.16 | 0 | 0.14 | 0.42 | 127.83 | 0.1 | 0.53 |
| Hex | 7C | 93 | 7F | 10 | 0 | E | 2A | 80 | A | 35 |
| Octal | 174 | 223 | 177 | 20 | 0 | 16 | 52 | 200 | 12 | 65 |
| Binary | 1111100 | 10010011 | 1111111 | 10000 | 0 | 1110 | 101010 | 10000000 | 1010 | 110101 |
Color Harmonies of #7C937F
Complementary color
Monochromatic Colors of #7C937F
Black with #7C937F
Text Example
Text Example
White with #7C937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C937F; }
p { color: rgb(124,147,127); }
H1.HeaderClassName
{
color: #7C937F;
}
.AnyTagClassName
{
color: #7C937F;
}
</style>
background-color css
<style>
a { background-color: #7C937F; }
a { background-color: rgb(124,147,127); }
div.DivClassName
{
background-color: #7C937F;
}
.BgClassName
{
background-color: #7C937F;
}
</style>
border-color css
<style>
span { border-color: #7C937F; }
span { border-color: rgb(124,147,127); }
td.TdClassName
{
border-color: #7C937F;
}
.TagClassName
{
border-color: #7C937F;
}
</style>