Shades of Blue Smoke #748978
Tints of Blue Smoke #748978
RGB
CMYK
RGB Variations
Color information
#748978 (or 0x748978) is known color: Blue Smoke. HEX triplet: 74, 89 and 78. RGB value is (116,137,120). Sum of RGB (Red+Green+Blue) = 116+137+120=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #748978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748978 is #8B7687. Grayscale: #808080. Windows color (decimal): -9139848 or 7899508. OLE color: 7899508.
HSL color Cylindrical-coordinate representation of color #748978: hue angle of 131.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #748978 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 137 | 120 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.46 |
| HSL | 131.43º | 0.08% | 0.5% | - |
| HSV(B) | 131.43º | 0.15% | 0.54% | - |
| XYZ | 19.54 | 22.96 | 21.17 | - |
| YUV | 128.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 137 | 120 | 0.15 | 0 | 0.12 | 0.46 | 131.43 | 0.08 | 0.5 |
| Hex | 74 | 89 | 78 | F | 0 | C | 2E | 83 | 8 | 32 |
| Octal | 164 | 211 | 170 | 17 | 0 | 14 | 56 | 203 | 10 | 62 |
| Binary | 1110100 | 10001001 | 1111000 | 1111 | 0 | 1100 | 101110 | 10000011 | 1000 | 110010 |
Color Harmonies of #748978
Complementary color
Monochromatic Colors of #748978
Black with #748978
Text Example
Text Example
White with #748978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748978; }
p { color: rgb(116,137,120); }
H1.HeaderClassName
{
color: #748978;
}
.AnyTagClassName
{
color: #748978;
}
</style>
background-color css
<style>
a { background-color: #748978; }
a { background-color: rgb(116,137,120); }
div.DivClassName
{
background-color: #748978;
}
.BgClassName
{
background-color: #748978;
}
</style>
border-color css
<style>
span { border-color: #748978; }
span { border-color: rgb(116,137,120); }
td.TdClassName
{
border-color: #748978;
}
.TagClassName
{
border-color: #748978;
}
</style>