Shades of Blue Smoke #798D7B
Tints of Blue Smoke #798D7B
RGB
CMYK
RGB Variations
Color information
#798D7B (or 0x798D7B) is known color: Blue Smoke. HEX triplet: 79, 8D and 7B. RGB value is (121,141,123). Sum of RGB (Red+Green+Blue) = 121+141+123=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #798D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798D7B is #867284. Grayscale: #858585. Windows color (decimal): -8811141 or 8097145. OLE color: 8097145.
HSL color Cylindrical-coordinate representation of color #798D7B: hue angle of 126º 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 #798D7B is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 141 | 123 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.45 |
| HSL | 126º | 0.08% | 0.51% | - |
| HSV(B) | 126º | 0.14% | 0.55% | - |
| XYZ | 20.99 | 24.54 | 22.37 | - |
| YUV | 132.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 123 | 0.14 | 0 | 0.13 | 0.45 | 126 | 0.08 | 0.51 |
| Hex | 79 | 8D | 7B | E | 0 | D | 2D | 7E | 8 | 33 |
| Octal | 171 | 215 | 173 | 16 | 0 | 15 | 55 | 176 | 10 | 63 |
| Binary | 1111001 | 10001101 | 1111011 | 1110 | 0 | 1101 | 101101 | 1111110 | 1000 | 110011 |
Color Harmonies of #798D7B
Complementary color
Monochromatic Colors of #798D7B
Black with #798D7B
Text Example
Text Example
White with #798D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798D7B; }
p { color: rgb(121,141,123); }
H1.HeaderClassName
{
color: #798D7B;
}
.AnyTagClassName
{
color: #798D7B;
}
</style>
background-color css
<style>
a { background-color: #798D7B; }
a { background-color: rgb(121,141,123); }
div.DivClassName
{
background-color: #798D7B;
}
.BgClassName
{
background-color: #798D7B;
}
</style>
border-color css
<style>
span { border-color: #798D7B; }
span { border-color: rgb(121,141,123); }
td.TdClassName
{
border-color: #798D7B;
}
.TagClassName
{
border-color: #798D7B;
}
</style>