Shades of Topaz #887E91
Tints of Topaz #887E91
RGB
CMYK
RGB Variations
Color information
#887E91 (or 0x887E91) is known color: Topaz. HEX triplet: 88, 7E and 91. RGB value is (136,126,145). Sum of RGB (Red+Green+Blue) = 136+126+145=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 145 - color contains mainly: blue. Hex color #887E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E91 is #77816E. Grayscale: #838383. Windows color (decimal): -7831919 or 9535112. OLE color: 9535112.
HSL color Cylindrical-coordinate representation of color #887E91: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #887E91 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 126 | 145 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.43 |
| HSL | 271.58º | 0.08% | 0.53% | - |
| HSV(B) | 271.58º | 0.13% | 0.57% | - |
| XYZ | 22.73 | 22.2 | 29.88 | - |
| YUV | 131.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 126 | 145 | 0.06 | 0.13 | 0 | 0.43 | 271.58 | 0.08 | 0.53 |
| Hex | 88 | 7E | 91 | 6 | D | 0 | 2B | 110 | 8 | 35 |
| Octal | 210 | 176 | 221 | 6 | 15 | 0 | 53 | 420 | 10 | 65 |
| Binary | 10001000 | 1111110 | 10010001 | 110 | 1101 | 0 | 101011 | 100010000 | 1000 | 110101 |
Color Harmonies of #887E91
Complementary color
Monochromatic Colors of #887E91
Black with #887E91
Text Example
Text Example
White with #887E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887E91; }
p { color: rgb(136,126,145); }
H1.HeaderClassName
{
color: #887E91;
}
.AnyTagClassName
{
color: #887E91;
}
</style>
background-color css
<style>
a { background-color: #887E91; }
a { background-color: rgb(136,126,145); }
div.DivClassName
{
background-color: #887E91;
}
.BgClassName
{
background-color: #887E91;
}
</style>
border-color css
<style>
span { border-color: #887E91; }
span { border-color: rgb(136,126,145); }
td.TdClassName
{
border-color: #887E91;
}
.TagClassName
{
border-color: #887E91;
}
</style>