Shades of Blue Smoke #728D79
Tints of Blue Smoke #728D79
RGB
CMYK
RGB Variations
Color information
#728D79 (or 0x728D79) is known color: Blue Smoke. HEX triplet: 72, 8D and 79. RGB value is (114,141,121). Sum of RGB (Red+Green+Blue) = 114+141+121=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #728D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D79 is #8D7286. Grayscale: #828282. Windows color (decimal): -9269895 or 7966066. OLE color: 7966066.
HSL color Cylindrical-coordinate representation of color #728D79: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D79 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 121 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.45 |
| HSL | 135.56º | 0.11% | 0.5% | - |
| HSV(B) | 135.56º | 0.19% | 0.55% | - |
| XYZ | 19.92 | 24.01 | 21.67 | - |
| YUV | 130.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 121 | 0.19 | 0 | 0.14 | 0.45 | 135.56 | 0.11 | 0.5 |
| Hex | 72 | 8D | 79 | 13 | 0 | E | 2D | 88 | B | 32 |
| Octal | 162 | 215 | 171 | 23 | 0 | 16 | 55 | 210 | 13 | 62 |
| Binary | 1110010 | 10001101 | 1111001 | 10011 | 0 | 1110 | 101101 | 10001000 | 1011 | 110010 |
Color Harmonies of #728D79
Complementary color
Monochromatic Colors of #728D79
Black with #728D79
Text Example
Text Example
White with #728D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D79; }
p { color: rgb(114,141,121); }
H1.HeaderClassName
{
color: #728D79;
}
.AnyTagClassName
{
color: #728D79;
}
</style>
background-color css
<style>
a { background-color: #728D79; }
a { background-color: rgb(114,141,121); }
div.DivClassName
{
background-color: #728D79;
}
.BgClassName
{
background-color: #728D79;
}
</style>
border-color css
<style>
span { border-color: #728D79; }
span { border-color: rgb(114,141,121); }
td.TdClassName
{
border-color: #728D79;
}
.TagClassName
{
border-color: #728D79;
}
</style>