Shades of Topaz #8A878F
Tints of Topaz #8A878F
RGB
CMYK
RGB Variations
Color information
#8A878F (or 0x8A878F) is known color: Topaz. HEX triplet: 8A, 87 and 8F. RGB value is (138,135,143). Sum of RGB (Red+Green+Blue) = 138+135+143=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 143 - color contains mainly: blue. Hex color #8A878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A878F is #757870. Grayscale: #888888. Windows color (decimal): -7698545 or 9406346. OLE color: 9406346.
HSL color Cylindrical-coordinate representation of color #8A878F: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A878F is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 135 | 143 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.44 |
| HSL | 262.5º | 0.03% | 0.55% | - |
| HSV(B) | 262.5º | 0.06% | 0.56% | - |
| XYZ | 24.1 | 24.71 | 29.49 | - |
| YUV | 136.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 143 | 0.03 | 0.06 | 0 | 0.44 | 262.5 | 0.03 | 0.55 |
| Hex | 8A | 87 | 8F | 3 | 6 | 0 | 2C | 106 | 3 | 37 |
| Octal | 212 | 207 | 217 | 3 | 6 | 0 | 54 | 406 | 3 | 67 |
| Binary | 10001010 | 10000111 | 10001111 | 11 | 110 | 0 | 101100 | 100000110 | 11 | 110111 |
Color Harmonies of #8A878F
Complementary color
Monochromatic Colors of #8A878F
Black with #8A878F
Text Example
Text Example
White with #8A878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A878F; }
p { color: rgb(138,135,143); }
H1.HeaderClassName
{
color: #8A878F;
}
.AnyTagClassName
{
color: #8A878F;
}
</style>
background-color css
<style>
a { background-color: #8A878F; }
a { background-color: rgb(138,135,143); }
div.DivClassName
{
background-color: #8A878F;
}
.BgClassName
{
background-color: #8A878F;
}
</style>
border-color css
<style>
span { border-color: #8A878F; }
span { border-color: rgb(138,135,143); }
td.TdClassName
{
border-color: #8A878F;
}
.TagClassName
{
border-color: #8A878F;
}
</style>