Shades of Topaz #88828D
Tints of Topaz #88828D
RGB
CMYK
RGB Variations
Color information
#88828D (or 0x88828D) is known color: Topaz. HEX triplet: 88, 82 and 8D. RGB value is (136,130,141). Sum of RGB (Red+Green+Blue) = 136+130+141=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #88828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88828D is #777D72. Grayscale: #858585. Windows color (decimal): -7830899 or 9273992. OLE color: 9273992.
HSL color Cylindrical-coordinate representation of color #88828D: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #88828D is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 130 | 141 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.45 |
| HSL | 272.73º | 0.05% | 0.53% | - |
| HSV(B) | 272.73º | 0.08% | 0.55% | - |
| XYZ | 22.94 | 23.12 | 28.45 | - |
| YUV | 133.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 141 | 0.04 | 0.08 | 0 | 0.45 | 272.73 | 0.05 | 0.53 |
| Hex | 88 | 82 | 8D | 4 | 8 | 0 | 2D | 111 | 5 | 35 |
| Octal | 210 | 202 | 215 | 4 | 10 | 0 | 55 | 421 | 5 | 65 |
| Binary | 10001000 | 10000010 | 10001101 | 100 | 1000 | 0 | 101101 | 100010001 | 101 | 110101 |
Color Harmonies of #88828D
Complementary color
Monochromatic Colors of #88828D
Black with #88828D
Text Example
Text Example
White with #88828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88828D; }
p { color: rgb(136,130,141); }
H1.HeaderClassName
{
color: #88828D;
}
.AnyTagClassName
{
color: #88828D;
}
</style>
background-color css
<style>
a { background-color: #88828D; }
a { background-color: rgb(136,130,141); }
div.DivClassName
{
background-color: #88828D;
}
.BgClassName
{
background-color: #88828D;
}
</style>
border-color css
<style>
span { border-color: #88828D; }
span { border-color: rgb(136,130,141); }
td.TdClassName
{
border-color: #88828D;
}
.TagClassName
{
border-color: #88828D;
}
</style>