Shades of Blue Smoke #7C8E7F
Tints of Blue Smoke #7C8E7F
RGB
CMYK
RGB Variations
Color information
#7C8E7F (or 0x7C8E7F) is known color: Blue Smoke. HEX triplet: 7C, 8E and 7F. RGB value is (124,142,127). Sum of RGB (Red+Green+Blue) = 124+142+127=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8E7F is #837180. Grayscale: #868686. Windows color (decimal): -8614273 or 8359548. OLE color: 8359548.
HSL color Cylindrical-coordinate representation of color #7C8E7F: hue angle of 130º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E7F is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 127 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.44 |
| HSL | 130º | 0.07% | 0.52% | - |
| HSV(B) | 130º | 0.13% | 0.56% | - |
| XYZ | 21.82 | 25.16 | 23.79 | - |
| YUV | 134.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 127 | 0.13 | 0 | 0.11 | 0.44 | 130 | 0.07 | 0.52 |
| Hex | 7C | 8E | 7F | D | 0 | B | 2C | 82 | 7 | 34 |
| Octal | 174 | 216 | 177 | 15 | 0 | 13 | 54 | 202 | 7 | 64 |
| Binary | 1111100 | 10001110 | 1111111 | 1101 | 0 | 1011 | 101100 | 10000010 | 111 | 110100 |
Color Harmonies of #7C8E7F
Complementary color
Monochromatic Colors of #7C8E7F
Black with #7C8E7F
Text Example
Text Example
White with #7C8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E7F; }
p { color: rgb(124,142,127); }
H1.HeaderClassName
{
color: #7C8E7F;
}
.AnyTagClassName
{
color: #7C8E7F;
}
</style>
background-color css
<style>
a { background-color: #7C8E7F; }
a { background-color: rgb(124,142,127); }
div.DivClassName
{
background-color: #7C8E7F;
}
.BgClassName
{
background-color: #7C8E7F;
}
</style>
border-color css
<style>
span { border-color: #7C8E7F; }
span { border-color: rgb(124,142,127); }
td.TdClassName
{
border-color: #7C8E7F;
}
.TagClassName
{
border-color: #7C8E7F;
}
</style>