Shades of Blue Smoke #738D78
Tints of Blue Smoke #738D78
RGB
CMYK
RGB Variations
Color information
#738D78 (or 0x738D78) is known color: Blue Smoke. HEX triplet: 73, 8D and 78. RGB value is (115,141,120). Sum of RGB (Red+Green+Blue) = 115+141+120=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #738D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D78 is #8C7287. Grayscale: #828282. Windows color (decimal): -9204360 or 7900531. OLE color: 7900531.
HSL color Cylindrical-coordinate representation of color #738D78: hue angle of 131.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D78 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 120 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.45 |
| HSL | 131.54º | 0.1% | 0.5% | - |
| HSV(B) | 131.54º | 0.18% | 0.55% | - |
| XYZ | 19.99 | 24.05 | 21.36 | - |
| YUV | 130.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 120 | 0.18 | 0 | 0.15 | 0.45 | 131.54 | 0.1 | 0.5 |
| Hex | 73 | 8D | 78 | 12 | 0 | F | 2D | 84 | A | 32 |
| Octal | 163 | 215 | 170 | 22 | 0 | 17 | 55 | 204 | 12 | 62 |
| Binary | 1110011 | 10001101 | 1111000 | 10010 | 0 | 1111 | 101101 | 10000100 | 1010 | 110010 |
Color Harmonies of #738D78
Complementary color
Monochromatic Colors of #738D78
Black with #738D78
Text Example
Text Example
White with #738D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D78; }
p { color: rgb(115,141,120); }
H1.HeaderClassName
{
color: #738D78;
}
.AnyTagClassName
{
color: #738D78;
}
</style>
background-color css
<style>
a { background-color: #738D78; }
a { background-color: rgb(115,141,120); }
div.DivClassName
{
background-color: #738D78;
}
.BgClassName
{
background-color: #738D78;
}
</style>
border-color css
<style>
span { border-color: #738D78; }
span { border-color: rgb(115,141,120); }
td.TdClassName
{
border-color: #738D78;
}
.TagClassName
{
border-color: #738D78;
}
</style>