Shades of Tower Grey #90A79C
Tints of Tower Grey #90A79C
RGB
CMYK
RGB Variations
Color information
#90A79C (or 0x90A79C) is known color: Tower Grey. HEX triplet: 90, A7 and 9C. RGB value is (144,167,156). Sum of RGB (Red+Green+Blue) = 144+167+156=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #90A79C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A79C is #6F5863. Grayscale: #9E9E9E. Windows color (decimal): -7297124 or 10266512. OLE color: 10266512.
HSL color Cylindrical-coordinate representation of color #90A79C: hue angle of 151.3º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90A79C is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 156 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.35 |
| HSL | 151.3º | 0.12% | 0.61% | - |
| HSV(B) | 151.3º | 0.14% | 0.65% | - |
| XYZ | 31.32 | 35.97 | 36.74 | - |
| YUV | 158.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 156 | 0.14 | 0 | 0.07 | 0.35 | 151.3 | 0.12 | 0.61 |
| Hex | 90 | A7 | 9C | E | 0 | 7 | 23 | 97 | C | 3D |
| Octal | 220 | 247 | 234 | 16 | 0 | 7 | 43 | 227 | 14 | 75 |
| Binary | 10010000 | 10100111 | 10011100 | 1110 | 0 | 111 | 100011 | 10010111 | 1100 | 111101 |
Color Harmonies of #90A79C
Complementary color
Monochromatic Colors of #90A79C
Black with #90A79C
Text Example
Text Example
White with #90A79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A79C; }
p { color: rgb(144,167,156); }
H1.HeaderClassName
{
color: #90A79C;
}
.AnyTagClassName
{
color: #90A79C;
}
</style>
background-color css
<style>
a { background-color: #90A79C; }
a { background-color: rgb(144,167,156); }
div.DivClassName
{
background-color: #90A79C;
}
.BgClassName
{
background-color: #90A79C;
}
</style>
border-color css
<style>
span { border-color: #90A79C; }
span { border-color: rgb(144,167,156); }
td.TdClassName
{
border-color: #90A79C;
}
.TagClassName
{
border-color: #90A79C;
}
</style>