Shades of Topaz #8A878D
Tints of Topaz #8A878D
RGB
CMYK
RGB Variations
Color information
#8A878D (or 0x8A878D) is known color: Topaz. HEX triplet: 8A, 87 and 8D. RGB value is (138,135,141). Sum of RGB (Red+Green+Blue) = 138+135+141=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878D is #757872. Grayscale: #888888. Windows color (decimal): -7698547 or 9275274. OLE color: 9275274.
HSL color Cylindrical-coordinate representation of color #8A878D: hue angle of 270º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A878D is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 135 | 141 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.45 |
| HSL | 270º | 0.03% | 0.54% | - |
| HSV(B) | 270º | 0.04% | 0.55% | - |
| XYZ | 23.95 | 24.65 | 28.7 | - |
| YUV | 136.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 141 | 0.02 | 0.04 | 0 | 0.45 | 270 | 0.03 | 0.54 |
| Hex | 8A | 87 | 8D | 2 | 4 | 0 | 2D | 10E | 3 | 36 |
| Octal | 212 | 207 | 215 | 2 | 4 | 0 | 55 | 416 | 3 | 66 |
| Binary | 10001010 | 10000111 | 10001101 | 10 | 100 | 0 | 101101 | 100001110 | 11 | 110110 |
Color Harmonies of #8A878D
Complementary color
Monochromatic Colors of #8A878D
Black with #8A878D
Text Example
Text Example
White with #8A878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A878D; }
p { color: rgb(138,135,141); }
H1.HeaderClassName
{
color: #8A878D;
}
.AnyTagClassName
{
color: #8A878D;
}
</style>
background-color css
<style>
a { background-color: #8A878D; }
a { background-color: rgb(138,135,141); }
div.DivClassName
{
background-color: #8A878D;
}
.BgClassName
{
background-color: #8A878D;
}
</style>
border-color css
<style>
span { border-color: #8A878D; }
span { border-color: rgb(138,135,141); }
td.TdClassName
{
border-color: #8A878D;
}
.TagClassName
{
border-color: #8A878D;
}
</style>