Shades of Blue Smoke #7C8A81
Tints of Blue Smoke #7C8A81
RGB
CMYK
RGB Variations
Color information
#7C8A81 (or 0x7C8A81) is known color: Blue Smoke. HEX triplet: 7C, 8A and 81. RGB value is (124,138,129). Sum of RGB (Red+Green+Blue) = 124+138+129=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #7C8A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8A81 is #83757E. Grayscale: #848484. Windows color (decimal): -8615295 or 8489596. OLE color: 8489596.
HSL color Cylindrical-coordinate representation of color #7C8A81: hue angle of 141.43º 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 #7C8A81 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 138 | 129 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.46 |
| HSL | 141.43º | 0.06% | 0.51% | - |
| HSV(B) | 141.43º | 0.1% | 0.54% | - |
| XYZ | 21.36 | 24.05 | 24.28 | - |
| YUV | 132.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 138 | 129 | 0.10 | 0 | 0.07 | 0.46 | 141.43 | 0.06 | 0.51 |
| Hex | 7C | 8A | 81 | A | 0 | 7 | 2E | 8D | 6 | 33 |
| Octal | 174 | 212 | 201 | 12 | 0 | 7 | 56 | 215 | 6 | 63 |
| Binary | 1111100 | 10001010 | 10000001 | 1010 | 0 | 111 | 101110 | 10001101 | 110 | 110011 |
Color Harmonies of #7C8A81
Complementary color
Monochromatic Colors of #7C8A81
Black with #7C8A81
Text Example
Text Example
White with #7C8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8A81; }
p { color: rgb(124,138,129); }
H1.HeaderClassName
{
color: #7C8A81;
}
.AnyTagClassName
{
color: #7C8A81;
}
</style>
background-color css
<style>
a { background-color: #7C8A81; }
a { background-color: rgb(124,138,129); }
div.DivClassName
{
background-color: #7C8A81;
}
.BgClassName
{
background-color: #7C8A81;
}
</style>
border-color css
<style>
span { border-color: #7C8A81; }
span { border-color: rgb(124,138,129); }
td.TdClassName
{
border-color: #7C8A81;
}
.TagClassName
{
border-color: #7C8A81;
}
</style>