Shades of Blue Smoke #7E8681
Tints of Blue Smoke #7E8681
RGB
CMYK
RGB Variations
Color information
#7E8681 (or 0x7E8681) is known color: Blue Smoke. HEX triplet: 7E, 86 and 81. RGB value is (126,134,129). Sum of RGB (Red+Green+Blue) = 126+134+129=389 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.39% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8681 is #81797E. Grayscale: #838383. Windows color (decimal): -8485247 or 8488574. OLE color: 8488574.
HSL color Cylindrical-coordinate representation of color #7E8681: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7E8681 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 129 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.47 |
| HSL | 142.5º | 0.03% | 0.51% | - |
| HSV(B) | 142.5º | 0.06% | 0.53% | - |
| XYZ | 21.09 | 23.07 | 24.11 | - |
| YUV | 131.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 129 | 0.06 | 0 | 0.04 | 0.47 | 142.5 | 0.03 | 0.51 |
| Hex | 7E | 86 | 81 | 6 | 0 | 4 | 2F | 8E | 3 | 33 |
| Octal | 176 | 206 | 201 | 6 | 0 | 4 | 57 | 216 | 3 | 63 |
| Binary | 1111110 | 10000110 | 10000001 | 110 | 0 | 100 | 101111 | 10001110 | 11 | 110011 |
Color Harmonies of #7E8681
Complementary color
Monochromatic Colors of #7E8681
Black with #7E8681
Text Example
Text Example
White with #7E8681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8681; }
p { color: rgb(126,134,129); }
H1.HeaderClassName
{
color: #7E8681;
}
.AnyTagClassName
{
color: #7E8681;
}
</style>
background-color css
<style>
a { background-color: #7E8681; }
a { background-color: rgb(126,134,129); }
div.DivClassName
{
background-color: #7E8681;
}
.BgClassName
{
background-color: #7E8681;
}
</style>
border-color css
<style>
span { border-color: #7E8681; }
span { border-color: rgb(126,134,129); }
td.TdClassName
{
border-color: #7E8681;
}
.TagClassName
{
border-color: #7E8681;
}
</style>