Shades of Topaz #887C96
Tints of Topaz #887C96
RGB
CMYK
RGB Variations
Color information
#887C96 (or 0x887C96) is known color: Topaz. HEX triplet: 88, 7C and 96. RGB value is (136,124,150). Sum of RGB (Red+Green+Blue) = 136+124+150=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 150 - color contains mainly: blue. Hex color #887C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C96 is #778369. Grayscale: #828282. Windows color (decimal): -7832426 or 9862280. OLE color: 9862280.
HSL color Cylindrical-coordinate representation of color #887C96: hue angle of 267.69º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #887C96 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 136 | 124 | 150 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.41 |
| HSL | 267.69º | 0.11% | 0.54% | - |
| HSV(B) | 267.69º | 0.17% | 0.59% | - |
| XYZ | 22.87 | 21.85 | 31.87 | - |
| YUV | 130.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 150 | 0.09 | 0.17 | 0 | 0.41 | 267.69 | 0.11 | 0.54 |
| Hex | 88 | 7C | 96 | 9 | 11 | 0 | 29 | 10C | B | 36 |
| Octal | 210 | 174 | 226 | 11 | 21 | 0 | 51 | 414 | 13 | 66 |
| Binary | 10001000 | 1111100 | 10010110 | 1001 | 10001 | 0 | 101001 | 100001100 | 1011 | 110110 |
Color Harmonies of #887C96
Complementary color
Monochromatic Colors of #887C96
Black with #887C96
Text Example
Text Example
White with #887C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C96; }
p { color: rgb(136,124,150); }
H1.HeaderClassName
{
color: #887C96;
}
.AnyTagClassName
{
color: #887C96;
}
</style>
background-color css
<style>
a { background-color: #887C96; }
a { background-color: rgb(136,124,150); }
div.DivClassName
{
background-color: #887C96;
}
.BgClassName
{
background-color: #887C96;
}
</style>
border-color css
<style>
span { border-color: #887C96; }
span { border-color: rgb(136,124,150); }
td.TdClassName
{
border-color: #887C96;
}
.TagClassName
{
border-color: #887C96;
}
</style>