Shades of Blue Smoke #798F7E
Tints of Blue Smoke #798F7E
RGB
CMYK
RGB Variations
Color information
#798F7E (or 0x798F7E) is known color: Blue Smoke. HEX triplet: 79, 8F and 7E. RGB value is (121,143,126). Sum of RGB (Red+Green+Blue) = 121+143+126=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #798F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798F7E is #867081. Grayscale: #868686. Windows color (decimal): -8810626 or 8294265. OLE color: 8294265.
HSL color Cylindrical-coordinate representation of color #798F7E: hue angle of 133.64º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798F7E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 126 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.44 |
| HSL | 133.64º | 0.09% | 0.52% | - |
| HSV(B) | 133.64º | 0.15% | 0.56% | - |
| XYZ | 21.47 | 25.22 | 23.47 | - |
| YUV | 134.48 | 123.21 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 126 | 0.15 | 0 | 0.12 | 0.44 | 133.64 | 0.09 | 0.52 |
| Hex | 79 | 8F | 7E | F | 0 | C | 2C | 86 | 9 | 34 |
| Octal | 171 | 217 | 176 | 17 | 0 | 14 | 54 | 206 | 11 | 64 |
| Binary | 1111001 | 10001111 | 1111110 | 1111 | 0 | 1100 | 101100 | 10000110 | 1001 | 110100 |
Color Harmonies of #798F7E
Complementary color
Monochromatic Colors of #798F7E
Black with #798F7E
Text Example
Text Example
White with #798F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F7E; }
p { color: rgb(121,143,126); }
H1.HeaderClassName
{
color: #798F7E;
}
.AnyTagClassName
{
color: #798F7E;
}
</style>
background-color css
<style>
a { background-color: #798F7E; }
a { background-color: rgb(121,143,126); }
div.DivClassName
{
background-color: #798F7E;
}
.BgClassName
{
background-color: #798F7E;
}
</style>
border-color css
<style>
span { border-color: #798F7E; }
span { border-color: rgb(121,143,126); }
td.TdClassName
{
border-color: #798F7E;
}
.TagClassName
{
border-color: #798F7E;
}
</style>