Shades of Topaz #888292
Tints of Topaz #888292
RGB
CMYK
RGB Variations
Color information
#888292 (or 0x888292) is known color: Topaz. HEX triplet: 88, 82 and 92. RGB value is (136,130,146). Sum of RGB (Red+Green+Blue) = 136+130+146=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #888292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888292 is #777D6D. Grayscale: #858585. Windows color (decimal): -7830894 or 9601672. OLE color: 9601672.
HSL color Cylindrical-coordinate representation of color #888292: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #888292 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 130 | 146 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.43 |
| HSL | 262.5º | 0.07% | 0.54% | - |
| HSV(B) | 262.5º | 0.11% | 0.57% | - |
| XYZ | 23.32 | 23.27 | 30.46 | - |
| YUV | 133.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 130 | 146 | 0.07 | 0.11 | 0 | 0.43 | 262.5 | 0.07 | 0.54 |
| Hex | 88 | 82 | 92 | 7 | B | 0 | 2B | 106 | 7 | 36 |
| Octal | 210 | 202 | 222 | 7 | 13 | 0 | 53 | 406 | 7 | 66 |
| Binary | 10001000 | 10000010 | 10010010 | 111 | 1011 | 0 | 101011 | 100000110 | 111 | 110110 |
Color Harmonies of #888292
Complementary color
Monochromatic Colors of #888292
Black with #888292
Text Example
Text Example
White with #888292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888292; }
p { color: rgb(136,130,146); }
H1.HeaderClassName
{
color: #888292;
}
.AnyTagClassName
{
color: #888292;
}
</style>
background-color css
<style>
a { background-color: #888292; }
a { background-color: rgb(136,130,146); }
div.DivClassName
{
background-color: #888292;
}
.BgClassName
{
background-color: #888292;
}
</style>
border-color css
<style>
span { border-color: #888292; }
span { border-color: rgb(136,130,146); }
td.TdClassName
{
border-color: #888292;
}
.TagClassName
{
border-color: #888292;
}
</style>