Shades of Topaz #887A93
Tints of Topaz #887A93
RGB
CMYK
RGB Variations
Color information
#887A93 (or 0x887A93) is known color: Topaz. HEX triplet: 88, 7A and 93. RGB value is (136,122,147). Sum of RGB (Red+Green+Blue) = 136+122+147=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 147 - color contains mainly: blue. Hex color #887A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A93 is #77856C. Grayscale: #808080. Windows color (decimal): -7832941 or 9665160. OLE color: 9665160.
HSL color Cylindrical-coordinate representation of color #887A93: hue angle of 273.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #887A93 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 122 | 147 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.42 |
| HSL | 273.6º | 0.1% | 0.53% | - |
| HSV(B) | 273.6º | 0.17% | 0.58% | - |
| XYZ | 22.38 | 21.26 | 30.53 | - |
| YUV | 129.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 147 | 0.07 | 0.17 | 0 | 0.42 | 273.6 | 0.1 | 0.53 |
| Hex | 88 | 7A | 93 | 7 | 11 | 0 | 2A | 112 | A | 35 |
| Octal | 210 | 172 | 223 | 7 | 21 | 0 | 52 | 422 | 12 | 65 |
| Binary | 10001000 | 1111010 | 10010011 | 111 | 10001 | 0 | 101010 | 100010010 | 1010 | 110101 |
Color Harmonies of #887A93
Complementary color
Monochromatic Colors of #887A93
Black with #887A93
Text Example
Text Example
White with #887A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887A93; }
p { color: rgb(136,122,147); }
H1.HeaderClassName
{
color: #887A93;
}
.AnyTagClassName
{
color: #887A93;
}
</style>
background-color css
<style>
a { background-color: #887A93; }
a { background-color: rgb(136,122,147); }
div.DivClassName
{
background-color: #887A93;
}
.BgClassName
{
background-color: #887A93;
}
</style>
border-color css
<style>
span { border-color: #887A93; }
span { border-color: rgb(136,122,147); }
td.TdClassName
{
border-color: #887A93;
}
.TagClassName
{
border-color: #887A93;
}
</style>