Shades of Blue Smoke #728D78
Tints of Blue Smoke #728D78
RGB
CMYK
RGB Variations
Color information
#728D78 (or 0x728D78) is known color: Blue Smoke. HEX triplet: 72, 8D and 78. RGB value is (114,141,120). Sum of RGB (Red+Green+Blue) = 114+141+120=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #728D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D78 is #8D7287. Grayscale: #828282. Windows color (decimal): -9269896 or 7900530. OLE color: 7900530.
HSL color Cylindrical-coordinate representation of color #728D78: hue angle of 133.33º 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 #728D78 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 120 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.45 |
| HSL | 133.33º | 0.11% | 0.5% | - |
| HSV(B) | 133.33º | 0.19% | 0.55% | - |
| XYZ | 19.85 | 23.98 | 21.35 | - |
| YUV | 130.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 120 | 0.19 | 0 | 0.15 | 0.45 | 133.33 | 0.11 | 0.5 |
| Hex | 72 | 8D | 78 | 13 | 0 | F | 2D | 85 | B | 32 |
| Octal | 162 | 215 | 170 | 23 | 0 | 17 | 55 | 205 | 13 | 62 |
| Binary | 1110010 | 10001101 | 1111000 | 10011 | 0 | 1111 | 101101 | 10000101 | 1011 | 110010 |
Color Harmonies of #728D78
Complementary color
Monochromatic Colors of #728D78
Black with #728D78
Text Example
Text Example
White with #728D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D78; }
p { color: rgb(114,141,120); }
H1.HeaderClassName
{
color: #728D78;
}
.AnyTagClassName
{
color: #728D78;
}
</style>
background-color css
<style>
a { background-color: #728D78; }
a { background-color: rgb(114,141,120); }
div.DivClassName
{
background-color: #728D78;
}
.BgClassName
{
background-color: #728D78;
}
</style>
border-color css
<style>
span { border-color: #728D78; }
span { border-color: rgb(114,141,120); }
td.TdClassName
{
border-color: #728D78;
}
.TagClassName
{
border-color: #728D78;
}
</style>