Shades of Blue Smoke #7C8D7F
Tints of Blue Smoke #7C8D7F
RGB
CMYK
RGB Variations
Color information
#7C8D7F (or 0x7C8D7F) is known color: Blue Smoke. HEX triplet: 7C, 8D and 7F. RGB value is (124,141,127). Sum of RGB (Red+Green+Blue) = 124+141+127=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8D7F is #837280. Grayscale: #868686. Windows color (decimal): -8614529 or 8359292. OLE color: 8359292.
HSL color Cylindrical-coordinate representation of color #7C8D7F: hue angle of 130.59º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C8D7F is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 127 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.45 |
| HSL | 130.59º | 0.07% | 0.52% | - |
| HSV(B) | 130.59º | 0.12% | 0.55% | - |
| XYZ | 21.67 | 24.87 | 23.74 | - |
| YUV | 134.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 127 | 0.12 | 0 | 0.10 | 0.45 | 130.59 | 0.07 | 0.52 |
| Hex | 7C | 8D | 7F | C | 0 | A | 2D | 83 | 7 | 34 |
| Octal | 174 | 215 | 177 | 14 | 0 | 12 | 55 | 203 | 7 | 64 |
| Binary | 1111100 | 10001101 | 1111111 | 1100 | 0 | 1010 | 101101 | 10000011 | 111 | 110100 |
Color Harmonies of #7C8D7F
Complementary color
Monochromatic Colors of #7C8D7F
Black with #7C8D7F
Text Example
Text Example
White with #7C8D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D7F; }
p { color: rgb(124,141,127); }
H1.HeaderClassName
{
color: #7C8D7F;
}
.AnyTagClassName
{
color: #7C8D7F;
}
</style>
background-color css
<style>
a { background-color: #7C8D7F; }
a { background-color: rgb(124,141,127); }
div.DivClassName
{
background-color: #7C8D7F;
}
.BgClassName
{
background-color: #7C8D7F;
}
</style>
border-color css
<style>
span { border-color: #7C8D7F; }
span { border-color: rgb(124,141,127); }
td.TdClassName
{
border-color: #7C8D7F;
}
.TagClassName
{
border-color: #7C8D7F;
}
</style>