Shades of Blue Smoke #7A817C
Tints of Blue Smoke #7A817C
RGB
CMYK
RGB Variations
Color information
#7A817C (or 0x7A817C) is known color: Blue Smoke. HEX triplet: 7A, 81 and 7C. RGB value is (122,129,124). Sum of RGB (Red+Green+Blue) = 122+129+124=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 129 - color contains mainly: green. Hex color #7A817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A817C is #857E83. Grayscale: #7E7E7E. Windows color (decimal): -8748676 or 8159610. OLE color: 8159610.
HSL color Cylindrical-coordinate representation of color #7A817C: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A817C is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 124 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.49 |
| HSL | 137.14º | 0.03% | 0.49% | - |
| HSV(B) | 137.14º | 0.05% | 0.51% | - |
| XYZ | 19.51 | 21.29 | 22.15 | - |
| YUV | 126.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 124 | 0.05 | 0 | 0.04 | 0.49 | 137.14 | 0.03 | 0.49 |
| Hex | 7A | 81 | 7C | 5 | 0 | 4 | 31 | 89 | 3 | 31 |
| Octal | 172 | 201 | 174 | 5 | 0 | 4 | 61 | 211 | 3 | 61 |
| Binary | 1111010 | 10000001 | 1111100 | 101 | 0 | 100 | 110001 | 10001001 | 11 | 110001 |
Color Harmonies of #7A817C
Complementary color
Monochromatic Colors of #7A817C
Black with #7A817C
Text Example
Text Example
White with #7A817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A817C; }
p { color: rgb(122,129,124); }
H1.HeaderClassName
{
color: #7A817C;
}
.AnyTagClassName
{
color: #7A817C;
}
</style>
background-color css
<style>
a { background-color: #7A817C; }
a { background-color: rgb(122,129,124); }
div.DivClassName
{
background-color: #7A817C;
}
.BgClassName
{
background-color: #7A817C;
}
</style>
border-color css
<style>
span { border-color: #7A817C; }
span { border-color: rgb(122,129,124); }
td.TdClassName
{
border-color: #7A817C;
}
.TagClassName
{
border-color: #7A817C;
}
</style>