Shades of Topaz #8A888C
Tints of Topaz #8A888C
RGB
CMYK
RGB Variations
Color information
#8A888C (or 0x8A888C) is known color: Topaz. HEX triplet: 8A, 88 and 8C. RGB value is (138,136,140). Sum of RGB (Red+Green+Blue) = 138+136+140=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A888C is #757773. Grayscale: #898989. Windows color (decimal): -7698292 or 9209994. OLE color: 9209994.
HSL color Cylindrical-coordinate representation of color #8A888C: hue angle of 270º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8A888C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 136 | 140 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.45 |
| HSL | 270º | 0.02% | 0.54% | - |
| HSV(B) | 270º | 0.03% | 0.55% | - |
| XYZ | 24.02 | 24.91 | 28.35 | - |
| YUV | 137.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 140 | 0.01 | 0.03 | 0 | 0.45 | 270 | 0.02 | 0.54 |
| Hex | 8A | 88 | 8C | 1 | 3 | 0 | 2D | 10E | 2 | 36 |
| Octal | 212 | 210 | 214 | 1 | 3 | 0 | 55 | 416 | 2 | 66 |
| Binary | 10001010 | 10001000 | 10001100 | 1 | 11 | 0 | 101101 | 100001110 | 10 | 110110 |
Color Harmonies of #8A888C
Complementary color
Monochromatic Colors of #8A888C
Black with #8A888C
Text Example
Text Example
White with #8A888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A888C; }
p { color: rgb(138,136,140); }
H1.HeaderClassName
{
color: #8A888C;
}
.AnyTagClassName
{
color: #8A888C;
}
</style>
background-color css
<style>
a { background-color: #8A888C; }
a { background-color: rgb(138,136,140); }
div.DivClassName
{
background-color: #8A888C;
}
.BgClassName
{
background-color: #8A888C;
}
</style>
border-color css
<style>
span { border-color: #8A888C; }
span { border-color: rgb(138,136,140); }
td.TdClassName
{
border-color: #8A888C;
}
.TagClassName
{
border-color: #8A888C;
}
</style>