Shades of Topaz #887F97
Tints of Topaz #887F97
RGB
CMYK
RGB Variations
Color information
#887F97 (or 0x887F97) is known color: Topaz. HEX triplet: 88, 7F and 97. RGB value is (136,127,151). Sum of RGB (Red+Green+Blue) = 136+127+151=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #887F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887F97 is #778068. Grayscale: #848484. Windows color (decimal): -7831657 or 9928584. OLE color: 9928584.
HSL color Cylindrical-coordinate representation of color #887F97: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887F97 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 127 | 151 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.41 |
| HSL | 262.5º | 0.1% | 0.55% | - |
| HSV(B) | 262.5º | 0.16% | 0.59% | - |
| XYZ | 23.33 | 22.65 | 32.42 | - |
| YUV | 132.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 127 | 151 | 0.10 | 0.16 | 0 | 0.41 | 262.5 | 0.1 | 0.55 |
| Hex | 88 | 7F | 97 | A | 10 | 0 | 29 | 106 | A | 37 |
| Octal | 210 | 177 | 227 | 12 | 20 | 0 | 51 | 406 | 12 | 67 |
| Binary | 10001000 | 1111111 | 10010111 | 1010 | 10000 | 0 | 101001 | 100000110 | 1010 | 110111 |
Color Harmonies of #887F97
Complementary color
Monochromatic Colors of #887F97
Black with #887F97
Text Example
Text Example
White with #887F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887F97; }
p { color: rgb(136,127,151); }
H1.HeaderClassName
{
color: #887F97;
}
.AnyTagClassName
{
color: #887F97;
}
</style>
background-color css
<style>
a { background-color: #887F97; }
a { background-color: rgb(136,127,151); }
div.DivClassName
{
background-color: #887F97;
}
.BgClassName
{
background-color: #887F97;
}
</style>
border-color css
<style>
span { border-color: #887F97; }
span { border-color: rgb(136,127,151); }
td.TdClassName
{
border-color: #887F97;
}
.TagClassName
{
border-color: #887F97;
}
</style>