Shades of Blue Smoke #7C8E81
Tints of Blue Smoke #7C8E81
RGB
CMYK
RGB Variations
Color information
#7C8E81 (or 0x7C8E81) is known color: Blue Smoke. HEX triplet: 7C, 8E and 81. RGB value is (124,142,129). Sum of RGB (Red+Green+Blue) = 124+142+129=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 142 - color contains mainly: green. Hex color #7C8E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8E81 is #83717E. Grayscale: #878787. Windows color (decimal): -8614271 or 8490620. OLE color: 8490620.
HSL color Cylindrical-coordinate representation of color #7C8E81: hue angle of 136.67º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7C8E81 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 142 | 129 | - |
| CMYK | 0.13 | 0 | 0.09 | 0.44 |
| HSL | 136.67º | 0.07% | 0.52% | - |
| HSV(B) | 136.67º | 0.13% | 0.56% | - |
| XYZ | 21.95 | 25.22 | 24.48 | - |
| YUV | 135.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 129 | 0.13 | 0 | 0.09 | 0.44 | 136.67 | 0.07 | 0.52 |
| Hex | 7C | 8E | 81 | D | 0 | 9 | 2C | 89 | 7 | 34 |
| Octal | 174 | 216 | 201 | 15 | 0 | 11 | 54 | 211 | 7 | 64 |
| Binary | 1111100 | 10001110 | 10000001 | 1101 | 0 | 1001 | 101100 | 10001001 | 111 | 110100 |
Color Harmonies of #7C8E81
Complementary color
Monochromatic Colors of #7C8E81
Black with #7C8E81
Text Example
Text Example
White with #7C8E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8E81; }
p { color: rgb(124,142,129); }
H1.HeaderClassName
{
color: #7C8E81;
}
.AnyTagClassName
{
color: #7C8E81;
}
</style>
background-color css
<style>
a { background-color: #7C8E81; }
a { background-color: rgb(124,142,129); }
div.DivClassName
{
background-color: #7C8E81;
}
.BgClassName
{
background-color: #7C8E81;
}
</style>
border-color css
<style>
span { border-color: #7C8E81; }
span { border-color: rgb(124,142,129); }
td.TdClassName
{
border-color: #7C8E81;
}
.TagClassName
{
border-color: #7C8E81;
}
</style>