Shades of Blue Smoke #7C857F
Tints of Blue Smoke #7C857F
RGB
CMYK
RGB Variations
Color information
#7C857F (or 0x7C857F) is known color: Blue Smoke. HEX triplet: 7C, 85 and 7F. RGB value is (124,133,127). Sum of RGB (Red+Green+Blue) = 124+133+127=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #7C857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C857F is #837A80. Grayscale: #818181. Windows color (decimal): -8616577 or 8357244. OLE color: 8357244.
HSL color Cylindrical-coordinate representation of color #7C857F: hue angle of 140º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C857F is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 127 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.48 |
| HSL | 140º | 0.04% | 0.5% | - |
| HSV(B) | 140º | 0.07% | 0.52% | - |
| XYZ | 20.53 | 22.59 | 23.36 | - |
| YUV | 129.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 127 | 0.07 | 0 | 0.05 | 0.48 | 140 | 0.04 | 0.5 |
| Hex | 7C | 85 | 7F | 7 | 0 | 5 | 30 | 8C | 4 | 32 |
| Octal | 174 | 205 | 177 | 7 | 0 | 5 | 60 | 214 | 4 | 62 |
| Binary | 1111100 | 10000101 | 1111111 | 111 | 0 | 101 | 110000 | 10001100 | 100 | 110010 |
Color Harmonies of #7C857F
Complementary color
Monochromatic Colors of #7C857F
Black with #7C857F
Text Example
Text Example
White with #7C857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C857F; }
p { color: rgb(124,133,127); }
H1.HeaderClassName
{
color: #7C857F;
}
.AnyTagClassName
{
color: #7C857F;
}
</style>
background-color css
<style>
a { background-color: #7C857F; }
a { background-color: rgb(124,133,127); }
div.DivClassName
{
background-color: #7C857F;
}
.BgClassName
{
background-color: #7C857F;
}
</style>
border-color css
<style>
span { border-color: #7C857F; }
span { border-color: rgb(124,133,127); }
td.TdClassName
{
border-color: #7C857F;
}
.TagClassName
{
border-color: #7C857F;
}
</style>