Shades of Tower Grey #8FA89C
Tints of Tower Grey #8FA89C
RGB
CMYK
RGB Variations
Color information
#8FA89C (or 0x8FA89C) is known color: Tower Grey. HEX triplet: 8F, A8 and 9C. RGB value is (143,168,156). Sum of RGB (Red+Green+Blue) = 143+168+156=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA89C is #705763. Grayscale: #9F9F9F. Windows color (decimal): -7362404 or 10266767. OLE color: 10266767.
HSL color Cylindrical-coordinate representation of color #8FA89C: hue angle of 151.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8FA89C is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 156 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.34 |
| HSL | 151.2º | 0.13% | 0.61% | - |
| HSV(B) | 151.2º | 0.15% | 0.66% | - |
| XYZ | 31.33 | 36.25 | 36.8 | - |
| YUV | 159.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 156 | 0.15 | 0 | 0.07 | 0.34 | 151.2 | 0.13 | 0.61 |
| Hex | 8F | A8 | 9C | F | 0 | 7 | 22 | 97 | D | 3D |
| Octal | 217 | 250 | 234 | 17 | 0 | 7 | 42 | 227 | 15 | 75 |
| Binary | 10001111 | 10101000 | 10011100 | 1111 | 0 | 111 | 100010 | 10010111 | 1101 | 111101 |
Color Harmonies of #8FA89C
Complementary color
Monochromatic Colors of #8FA89C
Black with #8FA89C
Text Example
Text Example
White with #8FA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA89C; }
p { color: rgb(143,168,156); }
H1.HeaderClassName
{
color: #8FA89C;
}
.AnyTagClassName
{
color: #8FA89C;
}
</style>
background-color css
<style>
a { background-color: #8FA89C; }
a { background-color: rgb(143,168,156); }
div.DivClassName
{
background-color: #8FA89C;
}
.BgClassName
{
background-color: #8FA89C;
}
</style>
border-color css
<style>
span { border-color: #8FA89C; }
span { border-color: rgb(143,168,156); }
td.TdClassName
{
border-color: #8FA89C;
}
.TagClassName
{
border-color: #8FA89C;
}
</style>