Shades of Topaz #88848D
Tints of Topaz #88848D
RGB
CMYK
RGB Variations
Color information
#88848D (or 0x88848D) is known color: Topaz. HEX triplet: 88, 84 and 8D. RGB value is (136,132,141). Sum of RGB (Red+Green+Blue) = 136+132+141=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 141 - color contains mainly: blue. Hex color #88848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88848D is #777B72. Grayscale: #868686. Windows color (decimal): -7830387 or 9274504. OLE color: 9274504.
HSL color Cylindrical-coordinate representation of color #88848D: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88848D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 132 | 141 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.45 |
| HSL | 266.67º | 0.04% | 0.54% | - |
| HSV(B) | 266.67º | 0.06% | 0.55% | - |
| XYZ | 23.21 | 23.66 | 28.54 | - |
| YUV | 134.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 141 | 0.04 | 0.06 | 0 | 0.45 | 266.67 | 0.04 | 0.54 |
| Hex | 88 | 84 | 8D | 4 | 6 | 0 | 2D | 10B | 4 | 36 |
| Octal | 210 | 204 | 215 | 4 | 6 | 0 | 55 | 413 | 4 | 66 |
| Binary | 10001000 | 10000100 | 10001101 | 100 | 110 | 0 | 101101 | 100001011 | 100 | 110110 |
Color Harmonies of #88848D
Complementary color
Monochromatic Colors of #88848D
Black with #88848D
Text Example
Text Example
White with #88848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88848D; }
p { color: rgb(136,132,141); }
H1.HeaderClassName
{
color: #88848D;
}
.AnyTagClassName
{
color: #88848D;
}
</style>
background-color css
<style>
a { background-color: #88848D; }
a { background-color: rgb(136,132,141); }
div.DivClassName
{
background-color: #88848D;
}
.BgClassName
{
background-color: #88848D;
}
</style>
border-color css
<style>
span { border-color: #88848D; }
span { border-color: rgb(136,132,141); }
td.TdClassName
{
border-color: #88848D;
}
.TagClassName
{
border-color: #88848D;
}
</style>