Shades of Blue Smoke #748F79
Tints of Blue Smoke #748F79
RGB
CMYK
RGB Variations
Color information
#748F79 (or 0x748F79) is known color: Blue Smoke. HEX triplet: 74, 8F and 79. RGB value is (116,143,121). Sum of RGB (Red+Green+Blue) = 116+143+121=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 143 - color contains mainly: green. Hex color #748F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F79 is #8B7086. Grayscale: #848484. Windows color (decimal): -9138311 or 7966580. OLE color: 7966580.
HSL color Cylindrical-coordinate representation of color #748F79: hue angle of 131.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F79 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 121 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.44 |
| HSL | 131.11º | 0.11% | 0.51% | - |
| HSV(B) | 131.11º | 0.19% | 0.56% | - |
| XYZ | 20.48 | 24.74 | 21.78 | - |
| YUV | 132.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 121 | 0.19 | 0 | 0.15 | 0.44 | 131.11 | 0.11 | 0.51 |
| Hex | 74 | 8F | 79 | 13 | 0 | F | 2C | 83 | B | 33 |
| Octal | 164 | 217 | 171 | 23 | 0 | 17 | 54 | 203 | 13 | 63 |
| Binary | 1110100 | 10001111 | 1111001 | 10011 | 0 | 1111 | 101100 | 10000011 | 1011 | 110011 |
Color Harmonies of #748F79
Complementary color
Monochromatic Colors of #748F79
Black with #748F79
Text Example
Text Example
White with #748F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F79; }
p { color: rgb(116,143,121); }
H1.HeaderClassName
{
color: #748F79;
}
.AnyTagClassName
{
color: #748F79;
}
</style>
background-color css
<style>
a { background-color: #748F79; }
a { background-color: rgb(116,143,121); }
div.DivClassName
{
background-color: #748F79;
}
.BgClassName
{
background-color: #748F79;
}
</style>
border-color css
<style>
span { border-color: #748F79; }
span { border-color: rgb(116,143,121); }
td.TdClassName
{
border-color: #748F79;
}
.TagClassName
{
border-color: #748F79;
}
</style>