Shades of Blue Smoke #7A927F
Tints of Blue Smoke #7A927F
RGB
CMYK
RGB Variations
Color information
#7A927F (or 0x7A927F) is known color: Blue Smoke. HEX triplet: 7A, 92 and 7F. RGB value is (122,146,127). Sum of RGB (Red+Green+Blue) = 122+146+127=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927F is #856D80. Grayscale: #888888. Windows color (decimal): -8744321 or 8360570. OLE color: 8360570.
HSL color Cylindrical-coordinate representation of color #7A927F: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A927F is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 127 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.43 |
| HSL | 132.5º | 0.1% | 0.53% | - |
| HSV(B) | 132.5º | 0.16% | 0.57% | - |
| XYZ | 22.14 | 26.23 | 23.97 | - |
| YUV | 136.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 127 | 0.16 | 0 | 0.13 | 0.43 | 132.5 | 0.1 | 0.53 |
| Hex | 7A | 92 | 7F | 10 | 0 | D | 2B | 84 | A | 35 |
| Octal | 172 | 222 | 177 | 20 | 0 | 15 | 53 | 204 | 12 | 65 |
| Binary | 1111010 | 10010010 | 1111111 | 10000 | 0 | 1101 | 101011 | 10000100 | 1010 | 110101 |
Color Harmonies of #7A927F
Complementary color
Monochromatic Colors of #7A927F
Black with #7A927F
Text Example
Text Example
White with #7A927F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A927F; }
p { color: rgb(122,146,127); }
H1.HeaderClassName
{
color: #7A927F;
}
.AnyTagClassName
{
color: #7A927F;
}
</style>
background-color css
<style>
a { background-color: #7A927F; }
a { background-color: rgb(122,146,127); }
div.DivClassName
{
background-color: #7A927F;
}
.BgClassName
{
background-color: #7A927F;
}
</style>
border-color css
<style>
span { border-color: #7A927F; }
span { border-color: rgb(122,146,127); }
td.TdClassName
{
border-color: #7A927F;
}
.TagClassName
{
border-color: #7A927F;
}
</style>