Shades of Blue Smoke #7A927E
Tints of Blue Smoke #7A927E
RGB
CMYK
RGB Variations
Color information
#7A927E (or 0x7A927E) is known color: Blue Smoke. HEX triplet: 7A, 92 and 7E. RGB value is (122,146,126). Sum of RGB (Red+Green+Blue) = 122+146+126=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #7A927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A927E is #856D81. Grayscale: #888888. Windows color (decimal): -8744322 or 8295034. OLE color: 8295034.
HSL color Cylindrical-coordinate representation of color #7A927E: hue angle of 130º 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 #7A927E is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 146 | 126 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.43 |
| HSL | 130º | 0.1% | 0.53% | - |
| HSV(B) | 130º | 0.16% | 0.57% | - |
| XYZ | 22.07 | 26.2 | 23.63 | - |
| YUV | 136.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 146 | 126 | 0.16 | 0 | 0.14 | 0.43 | 130 | 0.1 | 0.53 |
| Hex | 7A | 92 | 7E | 10 | 0 | E | 2B | 82 | A | 35 |
| Octal | 172 | 222 | 176 | 20 | 0 | 16 | 53 | 202 | 12 | 65 |
| Binary | 1111010 | 10010010 | 1111110 | 10000 | 0 | 1110 | 101011 | 10000010 | 1010 | 110101 |
Color Harmonies of #7A927E
Complementary color
Monochromatic Colors of #7A927E
Black with #7A927E
Text Example
Text Example
White with #7A927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A927E; }
p { color: rgb(122,146,126); }
H1.HeaderClassName
{
color: #7A927E;
}
.AnyTagClassName
{
color: #7A927E;
}
</style>
background-color css
<style>
a { background-color: #7A927E; }
a { background-color: rgb(122,146,126); }
div.DivClassName
{
background-color: #7A927E;
}
.BgClassName
{
background-color: #7A927E;
}
</style>
border-color css
<style>
span { border-color: #7A927E; }
span { border-color: rgb(122,146,126); }
td.TdClassName
{
border-color: #7A927E;
}
.TagClassName
{
border-color: #7A927E;
}
</style>