Shades of Blue Smoke #7C8A7E
Tints of Blue Smoke #7C8A7E
RGB
CMYK
RGB Variations
Color information
#7C8A7E (or 0x7C8A7E) is known color: Blue Smoke. HEX triplet: 7C, 8A and 7E. RGB value is (124,138,126). Sum of RGB (Red+Green+Blue) = 124+138+126=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8A7E is #837581. Grayscale: #848484. Windows color (decimal): -8615298 or 8292988. OLE color: 8292988.
HSL color Cylindrical-coordinate representation of color #7C8A7E: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C8A7E is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 126 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.46 |
| HSL | 128.57º | 0.06% | 0.51% | - |
| HSV(B) | 128.57º | 0.1% | 0.54% | - |
| XYZ | 21.17 | 23.97 | 23.25 | - |
| YUV | 132.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 126 | 0.10 | 0 | 0.09 | 0.46 | 128.57 | 0.06 | 0.51 |
| Hex | 7C | 8A | 7E | A | 0 | 9 | 2E | 81 | 6 | 33 |
| Octal | 174 | 212 | 176 | 12 | 0 | 11 | 56 | 201 | 6 | 63 |
| Binary | 1111100 | 10001010 | 1111110 | 1010 | 0 | 1001 | 101110 | 10000001 | 110 | 110011 |
Color Harmonies of #7C8A7E
Complementary color
Monochromatic Colors of #7C8A7E
Black with #7C8A7E
Text Example
Text Example
White with #7C8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A7E; }
p { color: rgb(124,138,126); }
H1.HeaderClassName
{
color: #7C8A7E;
}
.AnyTagClassName
{
color: #7C8A7E;
}
</style>
background-color css
<style>
a { background-color: #7C8A7E; }
a { background-color: rgb(124,138,126); }
div.DivClassName
{
background-color: #7C8A7E;
}
.BgClassName
{
background-color: #7C8A7E;
}
</style>
border-color css
<style>
span { border-color: #7C8A7E; }
span { border-color: rgb(124,138,126); }
td.TdClassName
{
border-color: #7C8A7E;
}
.TagClassName
{
border-color: #7C8A7E;
}
</style>