Shades of Blue Smoke #798D7D
Tints of Blue Smoke #798D7D
RGB
CMYK
RGB Variations
Color information
#798D7D (or 0x798D7D) is known color: Blue Smoke. HEX triplet: 79, 8D and 7D. RGB value is (121,141,125). Sum of RGB (Red+Green+Blue) = 121+141+125=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #798D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D7D is #867282. Grayscale: #858585. Windows color (decimal): -8811139 or 8228217. OLE color: 8228217.
HSL color Cylindrical-coordinate representation of color #798D7D: hue angle of 132º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #798D7D is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 125 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.45 |
| HSL | 132º | 0.08% | 0.51% | - |
| HSV(B) | 132º | 0.14% | 0.55% | - |
| XYZ | 21.11 | 24.6 | 23.04 | - |
| YUV | 133.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 125 | 0.14 | 0 | 0.11 | 0.45 | 132 | 0.08 | 0.51 |
| Hex | 79 | 8D | 7D | E | 0 | B | 2D | 84 | 8 | 33 |
| Octal | 171 | 215 | 175 | 16 | 0 | 13 | 55 | 204 | 10 | 63 |
| Binary | 1111001 | 10001101 | 1111101 | 1110 | 0 | 1011 | 101101 | 10000100 | 1000 | 110011 |
Color Harmonies of #798D7D
Complementary color
Monochromatic Colors of #798D7D
Black with #798D7D
Text Example
Text Example
White with #798D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D7D; }
p { color: rgb(121,141,125); }
H1.HeaderClassName
{
color: #798D7D;
}
.AnyTagClassName
{
color: #798D7D;
}
</style>
background-color css
<style>
a { background-color: #798D7D; }
a { background-color: rgb(121,141,125); }
div.DivClassName
{
background-color: #798D7D;
}
.BgClassName
{
background-color: #798D7D;
}
</style>
border-color css
<style>
span { border-color: #798D7D; }
span { border-color: rgb(121,141,125); }
td.TdClassName
{
border-color: #798D7D;
}
.TagClassName
{
border-color: #798D7D;
}
</style>