Shades of Tower Grey #92A79E
Tints of Tower Grey #92A79E
RGB
CMYK
RGB Variations
Color information
#92A79E (or 0x92A79E) is known color: Tower Grey. HEX triplet: 92, A7 and 9E. RGB value is (146,167,158). Sum of RGB (Red+Green+Blue) = 146+167+158=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 167 - color contains mainly: green. Hex color #92A79E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A79E is #6D5861. Grayscale: #9F9F9F. Windows color (decimal): -7166050 or 10397586. OLE color: 10397586.
HSL color Cylindrical-coordinate representation of color #92A79E: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92A79E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 167 | 158 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.35 |
| HSL | 154.29º | 0.11% | 0.61% | - |
| HSV(B) | 154.29º | 0.13% | 0.65% | - |
| XYZ | 31.84 | 36.22 | 37.66 | - |
| YUV | 159.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 158 | 0.13 | 0 | 0.05 | 0.35 | 154.29 | 0.11 | 0.61 |
| Hex | 92 | A7 | 9E | D | 0 | 5 | 23 | 9A | B | 3D |
| Octal | 222 | 247 | 236 | 15 | 0 | 5 | 43 | 232 | 13 | 75 |
| Binary | 10010010 | 10100111 | 10011110 | 1101 | 0 | 101 | 100011 | 10011010 | 1011 | 111101 |
Color Harmonies of #92A79E
Complementary color
Monochromatic Colors of #92A79E
Black with #92A79E
Text Example
Text Example
White with #92A79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A79E; }
p { color: rgb(146,167,158); }
H1.HeaderClassName
{
color: #92A79E;
}
.AnyTagClassName
{
color: #92A79E;
}
</style>
background-color css
<style>
a { background-color: #92A79E; }
a { background-color: rgb(146,167,158); }
div.DivClassName
{
background-color: #92A79E;
}
.BgClassName
{
background-color: #92A79E;
}
</style>
border-color css
<style>
span { border-color: #92A79E; }
span { border-color: rgb(146,167,158); }
td.TdClassName
{
border-color: #92A79E;
}
.TagClassName
{
border-color: #92A79E;
}
</style>