Shades of Topaz #88838B
Tints of Topaz #88838B
RGB
CMYK
RGB Variations
Color information
#88838B (or 0x88838B) is known color: Topaz. HEX triplet: 88, 83 and 8B. RGB value is (136,131,139). Sum of RGB (Red+Green+Blue) = 136+131+139=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 139 - color contains mainly: blue. Hex color #88838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88838B is #777C74. Grayscale: #858585. Windows color (decimal): -7830645 or 9143176. OLE color: 9143176.
HSL color Cylindrical-coordinate representation of color #88838B: hue angle of 277.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #88838B is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 131 | 139 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.45 |
| HSL | 277.5º | 0.03% | 0.53% | - |
| HSV(B) | 277.5º | 0.06% | 0.55% | - |
| XYZ | 22.93 | 23.33 | 27.72 | - |
| YUV | 133.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 139 | 0.02 | 0.06 | 0 | 0.45 | 277.5 | 0.03 | 0.53 |
| Hex | 88 | 83 | 8B | 2 | 6 | 0 | 2D | 116 | 3 | 35 |
| Octal | 210 | 203 | 213 | 2 | 6 | 0 | 55 | 426 | 3 | 65 |
| Binary | 10001000 | 10000011 | 10001011 | 10 | 110 | 0 | 101101 | 100010110 | 11 | 110101 |
Color Harmonies of #88838B
Complementary color
Monochromatic Colors of #88838B
Black with #88838B
Text Example
Text Example
White with #88838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88838B; }
p { color: rgb(136,131,139); }
H1.HeaderClassName
{
color: #88838B;
}
.AnyTagClassName
{
color: #88838B;
}
</style>
background-color css
<style>
a { background-color: #88838B; }
a { background-color: rgb(136,131,139); }
div.DivClassName
{
background-color: #88838B;
}
.BgClassName
{
background-color: #88838B;
}
</style>
border-color css
<style>
span { border-color: #88838B; }
span { border-color: rgb(136,131,139); }
td.TdClassName
{
border-color: #88838B;
}
.TagClassName
{
border-color: #88838B;
}
</style>