Shades of Blue Smoke #728778
Tints of Blue Smoke #728778
RGB
CMYK
RGB Variations
Color information
#728778 (or 0x728778) is known color: Blue Smoke. HEX triplet: 72, 87 and 78. RGB value is (114,135,120). Sum of RGB (Red+Green+Blue) = 114+135+120=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #728778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728778 is #8D7887. Grayscale: #7F7F7F. Windows color (decimal): -9271432 or 7898994. OLE color: 7898994.
HSL color Cylindrical-coordinate representation of color #728778: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728778 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 120 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.47 |
| HSL | 137.14º | 0.08% | 0.49% | - |
| HSV(B) | 137.14º | 0.16% | 0.53% | - |
| XYZ | 18.99 | 22.26 | 21.07 | - |
| YUV | 127.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 120 | 0.16 | 0 | 0.11 | 0.47 | 137.14 | 0.08 | 0.49 |
| Hex | 72 | 87 | 78 | 10 | 0 | B | 2F | 89 | 8 | 31 |
| Octal | 162 | 207 | 170 | 20 | 0 | 13 | 57 | 211 | 10 | 61 |
| Binary | 1110010 | 10000111 | 1111000 | 10000 | 0 | 1011 | 101111 | 10001001 | 1000 | 110001 |
Color Harmonies of #728778
Complementary color
Monochromatic Colors of #728778
Black with #728778
Text Example
Text Example
White with #728778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728778; }
p { color: rgb(114,135,120); }
H1.HeaderClassName
{
color: #728778;
}
.AnyTagClassName
{
color: #728778;
}
</style>
background-color css
<style>
a { background-color: #728778; }
a { background-color: rgb(114,135,120); }
div.DivClassName
{
background-color: #728778;
}
.BgClassName
{
background-color: #728778;
}
</style>
border-color css
<style>
span { border-color: #728778; }
span { border-color: rgb(114,135,120); }
td.TdClassName
{
border-color: #728778;
}
.TagClassName
{
border-color: #728778;
}
</style>