Shades of Blue Smoke #798A7F
Tints of Blue Smoke #798A7F
RGB
CMYK
RGB Variations
Color information
#798A7F (or 0x798A7F) is known color: Blue Smoke. HEX triplet: 79, 8A and 7F. RGB value is (121,138,127). Sum of RGB (Red+Green+Blue) = 121+138+127=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #798A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798A7F is #867580. Grayscale: #838383. Windows color (decimal): -8811905 or 8358521. OLE color: 8358521.
HSL color Cylindrical-coordinate representation of color #798A7F: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #798A7F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 138 | 127 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.46 |
| HSL | 141.18º | 0.07% | 0.51% | - |
| HSV(B) | 141.18º | 0.12% | 0.54% | - |
| XYZ | 20.8 | 23.77 | 23.57 | - |
| YUV | 131.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 127 | 0.12 | 0 | 0.08 | 0.46 | 141.18 | 0.07 | 0.51 |
| Hex | 79 | 8A | 7F | C | 0 | 8 | 2E | 8D | 7 | 33 |
| Octal | 171 | 212 | 177 | 14 | 0 | 10 | 56 | 215 | 7 | 63 |
| Binary | 1111001 | 10001010 | 1111111 | 1100 | 0 | 1000 | 101110 | 10001101 | 111 | 110011 |
Color Harmonies of #798A7F
Complementary color
Monochromatic Colors of #798A7F
Black with #798A7F
Text Example
Text Example
White with #798A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798A7F; }
p { color: rgb(121,138,127); }
H1.HeaderClassName
{
color: #798A7F;
}
.AnyTagClassName
{
color: #798A7F;
}
</style>
background-color css
<style>
a { background-color: #798A7F; }
a { background-color: rgb(121,138,127); }
div.DivClassName
{
background-color: #798A7F;
}
.BgClassName
{
background-color: #798A7F;
}
</style>
border-color css
<style>
span { border-color: #798A7F; }
span { border-color: rgb(121,138,127); }
td.TdClassName
{
border-color: #798A7F;
}
.TagClassName
{
border-color: #798A7F;
}
</style>