Shades of Blue Smoke #7C957F
Tints of Blue Smoke #7C957F
RGB
CMYK
RGB Variations
Color information
#7C957F (or 0x7C957F) is known color: Blue Smoke. HEX triplet: 7C, 95 and 7F. RGB value is (124,149,127). Sum of RGB (Red+Green+Blue) = 124+149+127=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #7C957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C957F is #836A80. Grayscale: #8B8B8B. Windows color (decimal): -8612481 or 8361340. OLE color: 8361340.
HSL color Cylindrical-coordinate representation of color #7C957F: hue angle of 127.2º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C957F is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 127 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.42 |
| HSL | 127.2º | 0.11% | 0.54% | - |
| HSV(B) | 127.2º | 0.17% | 0.58% | - |
| XYZ | 22.89 | 27.31 | 24.14 | - |
| YUV | 139.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 127 | 0.17 | 0 | 0.15 | 0.42 | 127.2 | 0.11 | 0.54 |
| Hex | 7C | 95 | 7F | 11 | 0 | F | 2A | 7F | B | 36 |
| Octal | 174 | 225 | 177 | 21 | 0 | 17 | 52 | 177 | 13 | 66 |
| Binary | 1111100 | 10010101 | 1111111 | 10001 | 0 | 1111 | 101010 | 1111111 | 1011 | 110110 |
Color Harmonies of #7C957F
Complementary color
Monochromatic Colors of #7C957F
Black with #7C957F
Text Example
Text Example
White with #7C957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C957F; }
p { color: rgb(124,149,127); }
H1.HeaderClassName
{
color: #7C957F;
}
.AnyTagClassName
{
color: #7C957F;
}
</style>
background-color css
<style>
a { background-color: #7C957F; }
a { background-color: rgb(124,149,127); }
div.DivClassName
{
background-color: #7C957F;
}
.BgClassName
{
background-color: #7C957F;
}
</style>
border-color css
<style>
span { border-color: #7C957F; }
span { border-color: rgb(124,149,127); }
td.TdClassName
{
border-color: #7C957F;
}
.TagClassName
{
border-color: #7C957F;
}
</style>