Shades of Topaz #88878B
Tints of Topaz #88878B
RGB
CMYK
RGB Variations
Color information
#88878B (or 0x88878B) is known color: Topaz. HEX triplet: 88, 87 and 8B. RGB value is (136,135,139). Sum of RGB (Red+Green+Blue) = 136+135+139=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 139 - color contains mainly: blue. Hex color #88878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88878B is #777874. Grayscale: #878787. Windows color (decimal): -7829621 or 9144200. OLE color: 9144200.
HSL color Cylindrical-coordinate representation of color #88878B: hue angle of 255º 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 #88878B is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 135 | 139 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.45 |
| HSL | 255º | 0.02% | 0.54% | - |
| HSV(B) | 255º | 0.03% | 0.55% | - |
| XYZ | 23.48 | 24.43 | 27.9 | - |
| YUV | 135.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 139 | 0.02 | 0.03 | 0 | 0.45 | 255 | 0.02 | 0.54 |
| Hex | 88 | 87 | 8B | 2 | 3 | 0 | 2D | FF | 2 | 36 |
| Octal | 210 | 207 | 213 | 2 | 3 | 0 | 55 | 377 | 2 | 66 |
| Binary | 10001000 | 10000111 | 10001011 | 10 | 11 | 0 | 101101 | 11111111 | 10 | 110110 |
Color Harmonies of #88878B
Complementary color
Monochromatic Colors of #88878B
Black with #88878B
Text Example
Text Example
White with #88878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88878B; }
p { color: rgb(136,135,139); }
H1.HeaderClassName
{
color: #88878B;
}
.AnyTagClassName
{
color: #88878B;
}
</style>
background-color css
<style>
a { background-color: #88878B; }
a { background-color: rgb(136,135,139); }
div.DivClassName
{
background-color: #88878B;
}
.BgClassName
{
background-color: #88878B;
}
</style>
border-color css
<style>
span { border-color: #88878B; }
span { border-color: rgb(136,135,139); }
td.TdClassName
{
border-color: #88878B;
}
.TagClassName
{
border-color: #88878B;
}
</style>