Shades of Topaz #887C94
Tints of Topaz #887C94
RGB
CMYK
RGB Variations
Color information
#887C94 (or 0x887C94) is known color: Topaz. HEX triplet: 88, 7C and 94. RGB value is (136,124,148). Sum of RGB (Red+Green+Blue) = 136+124+148=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #887C94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887C94 is #77836B. Grayscale: #828282. Windows color (decimal): -7832428 or 9731208. OLE color: 9731208.
HSL color Cylindrical-coordinate representation of color #887C94: hue angle of 270º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #887C94 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 124 | 148 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.42 |
| HSL | 270º | 0.1% | 0.53% | - |
| HSV(B) | 270º | 0.16% | 0.58% | - |
| XYZ | 22.71 | 21.79 | 31.03 | - |
| YUV | 130.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 124 | 148 | 0.08 | 0.16 | 0 | 0.42 | 270 | 0.1 | 0.53 |
| Hex | 88 | 7C | 94 | 8 | 10 | 0 | 2A | 10E | A | 35 |
| Octal | 210 | 174 | 224 | 10 | 20 | 0 | 52 | 416 | 12 | 65 |
| Binary | 10001000 | 1111100 | 10010100 | 1000 | 10000 | 0 | 101010 | 100001110 | 1010 | 110101 |
Color Harmonies of #887C94
Complementary color
Monochromatic Colors of #887C94
Black with #887C94
Text Example
Text Example
White with #887C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887C94; }
p { color: rgb(136,124,148); }
H1.HeaderClassName
{
color: #887C94;
}
.AnyTagClassName
{
color: #887C94;
}
</style>
background-color css
<style>
a { background-color: #887C94; }
a { background-color: rgb(136,124,148); }
div.DivClassName
{
background-color: #887C94;
}
.BgClassName
{
background-color: #887C94;
}
</style>
border-color css
<style>
span { border-color: #887C94; }
span { border-color: rgb(136,124,148); }
td.TdClassName
{
border-color: #887C94;
}
.TagClassName
{
border-color: #887C94;
}
</style>