Shades of Blue Smoke #738F79
Tints of Blue Smoke #738F79
RGB
CMYK
RGB Variations
Color information
#738F79 (or 0x738F79) is known color: Blue Smoke. HEX triplet: 73, 8F and 79. RGB value is (115,143,121). Sum of RGB (Red+Green+Blue) = 115+143+121=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 143 - color contains mainly: green. Hex color #738F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F79 is #8C7086. Grayscale: #848484. Windows color (decimal): -9203847 or 7966579. OLE color: 7966579.
HSL color Cylindrical-coordinate representation of color #738F79: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F79 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 121 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.44 |
| HSL | 132.86º | 0.11% | 0.51% | - |
| HSV(B) | 132.86º | 0.2% | 0.56% | - |
| XYZ | 20.34 | 24.67 | 21.78 | - |
| YUV | 132.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 121 | 0.20 | 0 | 0.15 | 0.44 | 132.86 | 0.11 | 0.51 |
| Hex | 73 | 8F | 79 | 14 | 0 | F | 2C | 85 | B | 33 |
| Octal | 163 | 217 | 171 | 24 | 0 | 17 | 54 | 205 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1111001 | 10100 | 0 | 1111 | 101100 | 10000101 | 1011 | 110011 |
Color Harmonies of #738F79
Complementary color
Monochromatic Colors of #738F79
Black with #738F79
Text Example
Text Example
White with #738F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F79; }
p { color: rgb(115,143,121); }
H1.HeaderClassName
{
color: #738F79;
}
.AnyTagClassName
{
color: #738F79;
}
</style>
background-color css
<style>
a { background-color: #738F79; }
a { background-color: rgb(115,143,121); }
div.DivClassName
{
background-color: #738F79;
}
.BgClassName
{
background-color: #738F79;
}
</style>
border-color css
<style>
span { border-color: #738F79; }
span { border-color: rgb(115,143,121); }
td.TdClassName
{
border-color: #738F79;
}
.TagClassName
{
border-color: #738F79;
}
</style>