Shades of Topaz #8A878E
Tints of Topaz #8A878E
RGB
CMYK
RGB Variations
Color information
#8A878E (or 0x8A878E) is known color: Topaz. HEX triplet: 8A, 87 and 8E. RGB value is (138,135,142). Sum of RGB (Red+Green+Blue) = 138+135+142=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 142 - color contains mainly: blue. Hex color #8A878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878E is #757871. Grayscale: #888888. Windows color (decimal): -7698546 or 9340810. OLE color: 9340810.
HSL color Cylindrical-coordinate representation of color #8A878E: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A878E is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 135 | 142 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.44 |
| HSL | 265.71º | 0.03% | 0.54% | - |
| HSV(B) | 265.71º | 0.05% | 0.56% | - |
| XYZ | 24.03 | 24.68 | 29.09 | - |
| YUV | 136.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 142 | 0.03 | 0.05 | 0 | 0.44 | 265.71 | 0.03 | 0.54 |
| Hex | 8A | 87 | 8E | 3 | 5 | 0 | 2C | 10A | 3 | 36 |
| Octal | 212 | 207 | 216 | 3 | 5 | 0 | 54 | 412 | 3 | 66 |
| Binary | 10001010 | 10000111 | 10001110 | 11 | 101 | 0 | 101100 | 100001010 | 11 | 110110 |
Color Harmonies of #8A878E
Complementary color
Monochromatic Colors of #8A878E
Black with #8A878E
Text Example
Text Example
White with #8A878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A878E; }
p { color: rgb(138,135,142); }
H1.HeaderClassName
{
color: #8A878E;
}
.AnyTagClassName
{
color: #8A878E;
}
</style>
background-color css
<style>
a { background-color: #8A878E; }
a { background-color: rgb(138,135,142); }
div.DivClassName
{
background-color: #8A878E;
}
.BgClassName
{
background-color: #8A878E;
}
</style>
border-color css
<style>
span { border-color: #8A878E; }
span { border-color: rgb(138,135,142); }
td.TdClassName
{
border-color: #8A878E;
}
.TagClassName
{
border-color: #8A878E;
}
</style>