Shades of Topaz #88818C
Tints of Topaz #88818C
RGB
CMYK
RGB Variations
Color information
#88818C (or 0x88818C) is known color: Topaz. HEX triplet: 88, 81 and 8C. RGB value is (136,129,140). Sum of RGB (Red+Green+Blue) = 136+129+140=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #88818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88818C is #777E73. Grayscale: #848484. Windows color (decimal): -7831156 or 9208200. OLE color: 9208200.
HSL color Cylindrical-coordinate representation of color #88818C: hue angle of 278.18º 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 #88818C is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 129 | 140 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.45 |
| HSL | 278.18º | 0.05% | 0.53% | - |
| HSV(B) | 278.18º | 0.08% | 0.55% | - |
| XYZ | 22.74 | 22.83 | 28.02 | - |
| YUV | 132.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 140 | 0.03 | 0.08 | 0 | 0.45 | 278.18 | 0.05 | 0.53 |
| Hex | 88 | 81 | 8C | 3 | 8 | 0 | 2D | 116 | 5 | 35 |
| Octal | 210 | 201 | 214 | 3 | 10 | 0 | 55 | 426 | 5 | 65 |
| Binary | 10001000 | 10000001 | 10001100 | 11 | 1000 | 0 | 101101 | 100010110 | 101 | 110101 |
Color Harmonies of #88818C
Complementary color
Monochromatic Colors of #88818C
Black with #88818C
Text Example
Text Example
White with #88818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88818C; }
p { color: rgb(136,129,140); }
H1.HeaderClassName
{
color: #88818C;
}
.AnyTagClassName
{
color: #88818C;
}
</style>
background-color css
<style>
a { background-color: #88818C; }
a { background-color: rgb(136,129,140); }
div.DivClassName
{
background-color: #88818C;
}
.BgClassName
{
background-color: #88818C;
}
</style>
border-color css
<style>
span { border-color: #88818C; }
span { border-color: rgb(136,129,140); }
td.TdClassName
{
border-color: #88818C;
}
.TagClassName
{
border-color: #88818C;
}
</style>