Shades of Blue Smoke #797F7B
Tints of Blue Smoke #797F7B
RGB
CMYK
RGB Variations
Color information
#797F7B (or 0x797F7B) is known color: Blue Smoke. HEX triplet: 79, 7F and 7B. RGB value is (121,127,123). Sum of RGB (Red+Green+Blue) = 121+127+123=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 127 - color contains mainly: green. Hex color #797F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797F7B is #868084. Grayscale: #7C7C7C. Windows color (decimal): -8814725 or 8093561. OLE color: 8093561.
HSL color Cylindrical-coordinate representation of color #797F7B: hue angle of 140º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #797F7B is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 123 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.50 |
| HSL | 140º | 0.02% | 0.49% | - |
| HSV(B) | 140º | 0.05% | 0.5% | - |
| XYZ | 19.05 | 20.67 | 21.73 | - |
| YUV | 124.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 123 | 0.05 | 0 | 0.03 | 0.50 | 140 | 0.02 | 0.49 |
| Hex | 79 | 7F | 7B | 5 | 0 | 3 | 32 | 8C | 2 | 31 |
| Octal | 171 | 177 | 173 | 5 | 0 | 3 | 62 | 214 | 2 | 61 |
| Binary | 1111001 | 1111111 | 1111011 | 101 | 0 | 11 | 110010 | 10001100 | 10 | 110001 |
Color Harmonies of #797F7B
Complementary color
Monochromatic Colors of #797F7B
Black with #797F7B
Text Example
Text Example
White with #797F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F7B; }
p { color: rgb(121,127,123); }
H1.HeaderClassName
{
color: #797F7B;
}
.AnyTagClassName
{
color: #797F7B;
}
</style>
background-color css
<style>
a { background-color: #797F7B; }
a { background-color: rgb(121,127,123); }
div.DivClassName
{
background-color: #797F7B;
}
.BgClassName
{
background-color: #797F7B;
}
</style>
border-color css
<style>
span { border-color: #797F7B; }
span { border-color: rgb(121,127,123); }
td.TdClassName
{
border-color: #797F7B;
}
.TagClassName
{
border-color: #797F7B;
}
</style>