Shades of Blue Smoke #7A917D
Tints of Blue Smoke #7A917D
RGB
CMYK
RGB Variations
Color information
#7A917D (or 0x7A917D) is known color: Blue Smoke. HEX triplet: 7A, 91 and 7D. RGB value is (122,145,125). Sum of RGB (Red+Green+Blue) = 122+145+125=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #7A917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A917D is #856E82. Grayscale: #878787. Windows color (decimal): -8744579 or 8229242. OLE color: 8229242.
HSL color Cylindrical-coordinate representation of color #7A917D: hue angle of 127.83º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A917D is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 125 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.43 |
| HSL | 127.83º | 0.09% | 0.52% | - |
| HSV(B) | 127.83º | 0.16% | 0.57% | - |
| XYZ | 21.85 | 25.87 | 23.24 | - |
| YUV | 135.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 125 | 0.16 | 0 | 0.14 | 0.43 | 127.83 | 0.09 | 0.52 |
| Hex | 7A | 91 | 7D | 10 | 0 | E | 2B | 80 | 9 | 34 |
| Octal | 172 | 221 | 175 | 20 | 0 | 16 | 53 | 200 | 11 | 64 |
| Binary | 1111010 | 10010001 | 1111101 | 10000 | 0 | 1110 | 101011 | 10000000 | 1001 | 110100 |
Color Harmonies of #7A917D
Complementary color
Monochromatic Colors of #7A917D
Black with #7A917D
Text Example
Text Example
White with #7A917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A917D; }
p { color: rgb(122,145,125); }
H1.HeaderClassName
{
color: #7A917D;
}
.AnyTagClassName
{
color: #7A917D;
}
</style>
background-color css
<style>
a { background-color: #7A917D; }
a { background-color: rgb(122,145,125); }
div.DivClassName
{
background-color: #7A917D;
}
.BgClassName
{
background-color: #7A917D;
}
</style>
border-color css
<style>
span { border-color: #7A917D; }
span { border-color: rgb(122,145,125); }
td.TdClassName
{
border-color: #7A917D;
}
.TagClassName
{
border-color: #7A917D;
}
</style>