Shades of Blue Smoke #7C847F
Tints of Blue Smoke #7C847F
RGB
CMYK
RGB Variations
Color information
#7C847F (or 0x7C847F) is known color: Blue Smoke. HEX triplet: 7C, 84 and 7F. RGB value is (124,132,127). Sum of RGB (Red+Green+Blue) = 124+132+127=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 132 - color contains mainly: green. Hex color #7C847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C847F is #837B80. Grayscale: #818181. Windows color (decimal): -8616833 or 8356988. OLE color: 8356988.
HSL color Cylindrical-coordinate representation of color #7C847F: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C847F is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 127 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.48 |
| HSL | 142.5º | 0.03% | 0.5% | - |
| HSV(B) | 142.5º | 0.06% | 0.52% | - |
| XYZ | 20.39 | 22.32 | 23.31 | - |
| YUV | 129.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 127 | 0.06 | 0 | 0.04 | 0.48 | 142.5 | 0.03 | 0.5 |
| Hex | 7C | 84 | 7F | 6 | 0 | 4 | 30 | 8E | 3 | 32 |
| Octal | 174 | 204 | 177 | 6 | 0 | 4 | 60 | 216 | 3 | 62 |
| Binary | 1111100 | 10000100 | 1111111 | 110 | 0 | 100 | 110000 | 10001110 | 11 | 110010 |
Color Harmonies of #7C847F
Complementary color
Monochromatic Colors of #7C847F
Black with #7C847F
Text Example
Text Example
White with #7C847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C847F; }
p { color: rgb(124,132,127); }
H1.HeaderClassName
{
color: #7C847F;
}
.AnyTagClassName
{
color: #7C847F;
}
</style>
background-color css
<style>
a { background-color: #7C847F; }
a { background-color: rgb(124,132,127); }
div.DivClassName
{
background-color: #7C847F;
}
.BgClassName
{
background-color: #7C847F;
}
</style>
border-color css
<style>
span { border-color: #7C847F; }
span { border-color: rgb(124,132,127); }
td.TdClassName
{
border-color: #7C847F;
}
.TagClassName
{
border-color: #7C847F;
}
</style>