Shades of Topaz #88828F
Tints of Topaz #88828F
RGB
CMYK
RGB Variations
Color information
#88828F (or 0x88828F) is known color: Topaz. HEX triplet: 88, 82 and 8F. RGB value is (136,130,143). Sum of RGB (Red+Green+Blue) = 136+130+143=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 143 - color contains mainly: blue. Hex color #88828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88828F is #777D70. Grayscale: #858585. Windows color (decimal): -7830897 or 9405064. OLE color: 9405064.
HSL color Cylindrical-coordinate representation of color #88828F: hue angle of 267.69º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #88828F is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 130 | 143 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.44 |
| HSL | 267.69º | 0.05% | 0.54% | - |
| HSV(B) | 267.69º | 0.09% | 0.56% | - |
| XYZ | 23.09 | 23.18 | 29.24 | - |
| YUV | 133.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 143 | 0.05 | 0.09 | 0 | 0.44 | 267.69 | 0.05 | 0.54 |
| Hex | 88 | 82 | 8F | 5 | 9 | 0 | 2C | 10C | 5 | 36 |
| Octal | 210 | 202 | 217 | 5 | 11 | 0 | 54 | 414 | 5 | 66 |
| Binary | 10001000 | 10000010 | 10001111 | 101 | 1001 | 0 | 101100 | 100001100 | 101 | 110110 |
Color Harmonies of #88828F
Complementary color
Monochromatic Colors of #88828F
Black with #88828F
Text Example
Text Example
White with #88828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88828F; }
p { color: rgb(136,130,143); }
H1.HeaderClassName
{
color: #88828F;
}
.AnyTagClassName
{
color: #88828F;
}
</style>
background-color css
<style>
a { background-color: #88828F; }
a { background-color: rgb(136,130,143); }
div.DivClassName
{
background-color: #88828F;
}
.BgClassName
{
background-color: #88828F;
}
</style>
border-color css
<style>
span { border-color: #88828F; }
span { border-color: rgb(136,130,143); }
td.TdClassName
{
border-color: #88828F;
}
.TagClassName
{
border-color: #88828F;
}
</style>