Shades of Topaz #887995
Tints of Topaz #887995
RGB
CMYK
RGB Variations
Color information
#887995 (or 0x887995) is known color: Topaz. HEX triplet: 88, 79 and 95. RGB value is (136,121,149). Sum of RGB (Red+Green+Blue) = 136+121+149=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #887995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887995 is #77866A. Grayscale: #808080. Windows color (decimal): -7833195 or 9795976. OLE color: 9795976.
HSL color Cylindrical-coordinate representation of color #887995: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #887995 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 121 | 149 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.42 |
| HSL | 272.14º | 0.12% | 0.53% | - |
| HSV(B) | 272.14º | 0.19% | 0.58% | - |
| XYZ | 22.42 | 21.08 | 31.32 | - |
| YUV | 128.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 149 | 0.09 | 0.19 | 0 | 0.42 | 272.14 | 0.12 | 0.53 |
| Hex | 88 | 79 | 95 | 9 | 13 | 0 | 2A | 110 | C | 35 |
| Octal | 210 | 171 | 225 | 11 | 23 | 0 | 52 | 420 | 14 | 65 |
| Binary | 10001000 | 1111001 | 10010101 | 1001 | 10011 | 0 | 101010 | 100010000 | 1100 | 110101 |
Color Harmonies of #887995
Complementary color
Monochromatic Colors of #887995
Black with #887995
Text Example
Text Example
White with #887995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887995; }
p { color: rgb(136,121,149); }
H1.HeaderClassName
{
color: #887995;
}
.AnyTagClassName
{
color: #887995;
}
</style>
background-color css
<style>
a { background-color: #887995; }
a { background-color: rgb(136,121,149); }
div.DivClassName
{
background-color: #887995;
}
.BgClassName
{
background-color: #887995;
}
</style>
border-color css
<style>
span { border-color: #887995; }
span { border-color: rgb(136,121,149); }
td.TdClassName
{
border-color: #887995;
}
.TagClassName
{
border-color: #887995;
}
</style>