Shades of Blue Smoke #7C867E
Tints of Blue Smoke #7C867E
RGB
CMYK
RGB Variations
Color information
#7C867E (or 0x7C867E) is known color: Blue Smoke. HEX triplet: 7C, 86 and 7E. RGB value is (124,134,126). Sum of RGB (Red+Green+Blue) = 124+134+126=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #7C867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C867E is #837981. Grayscale: #828282. Windows color (decimal): -8616322 or 8291964. OLE color: 8291964.
HSL color Cylindrical-coordinate representation of color #7C867E: hue angle of 132º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C867E is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 134 | 126 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.47 |
| HSL | 132º | 0.04% | 0.51% | - |
| HSV(B) | 132º | 0.07% | 0.53% | - |
| XYZ | 20.6 | 22.84 | 23.06 | - |
| YUV | 130.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 126 | 0.07 | 0 | 0.06 | 0.47 | 132 | 0.04 | 0.51 |
| Hex | 7C | 86 | 7E | 7 | 0 | 6 | 2F | 84 | 4 | 33 |
| Octal | 174 | 206 | 176 | 7 | 0 | 6 | 57 | 204 | 4 | 63 |
| Binary | 1111100 | 10000110 | 1111110 | 111 | 0 | 110 | 101111 | 10000100 | 100 | 110011 |
Color Harmonies of #7C867E
Complementary color
Monochromatic Colors of #7C867E
Black with #7C867E
Text Example
Text Example
White with #7C867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C867E; }
p { color: rgb(124,134,126); }
H1.HeaderClassName
{
color: #7C867E;
}
.AnyTagClassName
{
color: #7C867E;
}
</style>
background-color css
<style>
a { background-color: #7C867E; }
a { background-color: rgb(124,134,126); }
div.DivClassName
{
background-color: #7C867E;
}
.BgClassName
{
background-color: #7C867E;
}
</style>
border-color css
<style>
span { border-color: #7C867E; }
span { border-color: rgb(124,134,126); }
td.TdClassName
{
border-color: #7C867E;
}
.TagClassName
{
border-color: #7C867E;
}
</style>