Shades of Blue Smoke #79927E
Tints of Blue Smoke #79927E
RGB
CMYK
RGB Variations
Color information
#79927E (or 0x79927E) is known color: Blue Smoke. HEX triplet: 79, 92 and 7E. RGB value is (121,146,126). Sum of RGB (Red+Green+Blue) = 121+146+126=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #79927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79927E is #866D81. Grayscale: #888888. Windows color (decimal): -8809858 or 8295033. OLE color: 8295033.
HSL color Cylindrical-coordinate representation of color #79927E: hue angle of 132º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79927E is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 126 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.43 |
| HSL | 132º | 0.1% | 0.52% | - |
| HSV(B) | 132º | 0.17% | 0.57% | - |
| XYZ | 21.93 | 26.13 | 23.63 | - |
| YUV | 136.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 126 | 0.17 | 0 | 0.14 | 0.43 | 132 | 0.1 | 0.52 |
| Hex | 79 | 92 | 7E | 11 | 0 | E | 2B | 84 | A | 34 |
| Octal | 171 | 222 | 176 | 21 | 0 | 16 | 53 | 204 | 12 | 64 |
| Binary | 1111001 | 10010010 | 1111110 | 10001 | 0 | 1110 | 101011 | 10000100 | 1010 | 110100 |
Color Harmonies of #79927E
Complementary color
Monochromatic Colors of #79927E
Black with #79927E
Text Example
Text Example
White with #79927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79927E; }
p { color: rgb(121,146,126); }
H1.HeaderClassName
{
color: #79927E;
}
.AnyTagClassName
{
color: #79927E;
}
</style>
background-color css
<style>
a { background-color: #79927E; }
a { background-color: rgb(121,146,126); }
div.DivClassName
{
background-color: #79927E;
}
.BgClassName
{
background-color: #79927E;
}
</style>
border-color css
<style>
span { border-color: #79927E; }
span { border-color: rgb(121,146,126); }
td.TdClassName
{
border-color: #79927E;
}
.TagClassName
{
border-color: #79927E;
}
</style>