Shades of Topaz #887693
Tints of Topaz #887693
RGB
CMYK
RGB Variations
Color information
#887693 (or 0x887693) is known color: Topaz. HEX triplet: 88, 76 and 93. RGB value is (136,118,147). Sum of RGB (Red+Green+Blue) = 136+118+147=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #887693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887693 is #77896C. Grayscale: #7E7E7E. Windows color (decimal): -7833965 or 9664136. OLE color: 9664136.
HSL color Cylindrical-coordinate representation of color #887693: hue angle of 277.24º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #887693 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 118 | 147 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.42 |
| HSL | 277.24º | 0.12% | 0.52% | - |
| HSV(B) | 277.24º | 0.2% | 0.58% | - |
| XYZ | 21.9 | 20.3 | 30.37 | - |
| YUV | 126.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 147 | 0.07 | 0.20 | 0 | 0.42 | 277.24 | 0.12 | 0.52 |
| Hex | 88 | 76 | 93 | 7 | 14 | 0 | 2A | 115 | C | 34 |
| Octal | 210 | 166 | 223 | 7 | 24 | 0 | 52 | 425 | 14 | 64 |
| Binary | 10001000 | 1110110 | 10010011 | 111 | 10100 | 0 | 101010 | 100010101 | 1100 | 110100 |
Color Harmonies of #887693
Complementary color
Monochromatic Colors of #887693
Black with #887693
Text Example
Text Example
White with #887693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887693; }
p { color: rgb(136,118,147); }
H1.HeaderClassName
{
color: #887693;
}
.AnyTagClassName
{
color: #887693;
}
</style>
background-color css
<style>
a { background-color: #887693; }
a { background-color: rgb(136,118,147); }
div.DivClassName
{
background-color: #887693;
}
.BgClassName
{
background-color: #887693;
}
</style>
border-color css
<style>
span { border-color: #887693; }
span { border-color: rgb(136,118,147); }
td.TdClassName
{
border-color: #887693;
}
.TagClassName
{
border-color: #887693;
}
</style>