Shades of Blue Smoke #7C8D80
Tints of Blue Smoke #7C8D80
RGB
CMYK
RGB Variations
Color information
#7C8D80 (or 0x7C8D80) is known color: Blue Smoke. HEX triplet: 7C, 8D and 80. RGB value is (124,141,128). Sum of RGB (Red+Green+Blue) = 124+141+128=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #7C8D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8D80 is #83727F. Grayscale: #868686. Windows color (decimal): -8614528 or 8424828. OLE color: 8424828.
HSL color Cylindrical-coordinate representation of color #7C8D80: hue angle of 134.12º 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 #7C8D80 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 141 | 128 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.45 |
| HSL | 134.12º | 0.07% | 0.52% | - |
| HSV(B) | 134.12º | 0.12% | 0.55% | - |
| XYZ | 21.73 | 24.89 | 24.08 | - |
| YUV | 134.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 128 | 0.12 | 0 | 0.09 | 0.45 | 134.12 | 0.07 | 0.52 |
| Hex | 7C | 8D | 80 | C | 0 | 9 | 2D | 86 | 7 | 34 |
| Octal | 174 | 215 | 200 | 14 | 0 | 11 | 55 | 206 | 7 | 64 |
| Binary | 1111100 | 10001101 | 10000000 | 1100 | 0 | 1001 | 101101 | 10000110 | 111 | 110100 |
Color Harmonies of #7C8D80
Complementary color
Monochromatic Colors of #7C8D80
Black with #7C8D80
Text Example
Text Example
White with #7C8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8D80; }
p { color: rgb(124,141,128); }
H1.HeaderClassName
{
color: #7C8D80;
}
.AnyTagClassName
{
color: #7C8D80;
}
</style>
background-color css
<style>
a { background-color: #7C8D80; }
a { background-color: rgb(124,141,128); }
div.DivClassName
{
background-color: #7C8D80;
}
.BgClassName
{
background-color: #7C8D80;
}
</style>
border-color css
<style>
span { border-color: #7C8D80; }
span { border-color: rgb(124,141,128); }
td.TdClassName
{
border-color: #7C8D80;
}
.TagClassName
{
border-color: #7C8D80;
}
</style>