Shades of Blue Smoke #7A7F7C
Tints of Blue Smoke #7A7F7C
RGB
CMYK
RGB Variations
Color information
#7A7F7C (or 0x7A7F7C) is known color: Blue Smoke. HEX triplet: 7A, 7F and 7C. RGB value is (122,127,124). Sum of RGB (Red+Green+Blue) = 122+127+124=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 127 - color contains mainly: green. Hex color #7A7F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7F7C is #858083. Grayscale: #7D7D7D. Windows color (decimal): -8749188 or 8159098. OLE color: 8159098.
HSL color Cylindrical-coordinate representation of color #7A7F7C: hue angle of 144º degrees, saturation: 0.02, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7A7F7C is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 127 | 124 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.50 |
| HSL | 144º | 0.02% | 0.49% | - |
| HSV(B) | 144º | 0.04% | 0.5% | - |
| XYZ | 19.25 | 20.77 | 22.06 | - |
| YUV | 125.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 124 | 0.04 | 0 | 0.02 | 0.50 | 144 | 0.02 | 0.49 |
| Hex | 7A | 7F | 7C | 4 | 0 | 2 | 32 | 90 | 2 | 31 |
| Octal | 172 | 177 | 174 | 4 | 0 | 2 | 62 | 220 | 2 | 61 |
| Binary | 1111010 | 1111111 | 1111100 | 100 | 0 | 10 | 110010 | 10010000 | 10 | 110001 |
Color Harmonies of #7A7F7C
Complementary color
Monochromatic Colors of #7A7F7C
Black with #7A7F7C
Text Example
Text Example
White with #7A7F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7F7C; }
p { color: rgb(122,127,124); }
H1.HeaderClassName
{
color: #7A7F7C;
}
.AnyTagClassName
{
color: #7A7F7C;
}
</style>
background-color css
<style>
a { background-color: #7A7F7C; }
a { background-color: rgb(122,127,124); }
div.DivClassName
{
background-color: #7A7F7C;
}
.BgClassName
{
background-color: #7A7F7C;
}
</style>
border-color css
<style>
span { border-color: #7A7F7C; }
span { border-color: rgb(122,127,124); }
td.TdClassName
{
border-color: #7A7F7C;
}
.TagClassName
{
border-color: #7A7F7C;
}
</style>