Shades of Blue Smoke #748879
Tints of Blue Smoke #748879
RGB
CMYK
RGB Variations
Color information
#748879 (or 0x748879) is known color: Blue Smoke. HEX triplet: 74, 88 and 79. RGB value is (116,136,121). Sum of RGB (Red+Green+Blue) = 116+136+121=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #748879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748879 is #8B7786. Grayscale: #808080. Windows color (decimal): -9140103 or 7964788. OLE color: 7964788.
HSL color Cylindrical-coordinate representation of color #748879: hue angle of 135º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748879 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 121 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.47 |
| HSL | 135º | 0.08% | 0.49% | - |
| HSV(B) | 135º | 0.15% | 0.53% | - |
| XYZ | 19.46 | 22.7 | 21.45 | - |
| YUV | 128.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 121 | 0.15 | 0 | 0.11 | 0.47 | 135 | 0.08 | 0.49 |
| Hex | 74 | 88 | 79 | F | 0 | B | 2F | 87 | 8 | 31 |
| Octal | 164 | 210 | 171 | 17 | 0 | 13 | 57 | 207 | 10 | 61 |
| Binary | 1110100 | 10001000 | 1111001 | 1111 | 0 | 1011 | 101111 | 10000111 | 1000 | 110001 |
Color Harmonies of #748879
Complementary color
Monochromatic Colors of #748879
Black with #748879
Text Example
Text Example
White with #748879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748879; }
p { color: rgb(116,136,121); }
H1.HeaderClassName
{
color: #748879;
}
.AnyTagClassName
{
color: #748879;
}
</style>
background-color css
<style>
a { background-color: #748879; }
a { background-color: rgb(116,136,121); }
div.DivClassName
{
background-color: #748879;
}
.BgClassName
{
background-color: #748879;
}
</style>
border-color css
<style>
span { border-color: #748879; }
span { border-color: rgb(116,136,121); }
td.TdClassName
{
border-color: #748879;
}
.TagClassName
{
border-color: #748879;
}
</style>