Shades of Topaz #88868D
Tints of Topaz #88868D
RGB
CMYK
RGB Variations
Color information
#88868D (or 0x88868D) is known color: Topaz. HEX triplet: 88, 86 and 8D. RGB value is (136,134,141). Sum of RGB (Red+Green+Blue) = 136+134+141=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 141 - color contains mainly: blue. Hex color #88868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88868D is #777972. Grayscale: #878787. Windows color (decimal): -7829875 or 9275016. OLE color: 9275016.
HSL color Cylindrical-coordinate representation of color #88868D: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #88868D is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 134 | 141 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.45 |
| HSL | 257.14º | 0.03% | 0.54% | - |
| HSV(B) | 257.14º | 0.05% | 0.55% | - |
| XYZ | 23.49 | 24.21 | 28.63 | - |
| YUV | 135.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 134 | 141 | 0.04 | 0.05 | 0 | 0.45 | 257.14 | 0.03 | 0.54 |
| Hex | 88 | 86 | 8D | 4 | 5 | 0 | 2D | 101 | 3 | 36 |
| Octal | 210 | 206 | 215 | 4 | 5 | 0 | 55 | 401 | 3 | 66 |
| Binary | 10001000 | 10000110 | 10001101 | 100 | 101 | 0 | 101101 | 100000001 | 11 | 110110 |
Color Harmonies of #88868D
Complementary color
Monochromatic Colors of #88868D
Black with #88868D
Text Example
Text Example
White with #88868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88868D; }
p { color: rgb(136,134,141); }
H1.HeaderClassName
{
color: #88868D;
}
.AnyTagClassName
{
color: #88868D;
}
</style>
background-color css
<style>
a { background-color: #88868D; }
a { background-color: rgb(136,134,141); }
div.DivClassName
{
background-color: #88868D;
}
.BgClassName
{
background-color: #88868D;
}
</style>
border-color css
<style>
span { border-color: #88868D; }
span { border-color: rgb(136,134,141); }
td.TdClassName
{
border-color: #88868D;
}
.TagClassName
{
border-color: #88868D;
}
</style>