Shades of Topaz #887898
Tints of Topaz #887898
RGB
CMYK
RGB Variations
Color information
#887898 (or 0x887898) is known color: Topaz. HEX triplet: 88, 78 and 98. RGB value is (136,120,152). Sum of RGB (Red+Green+Blue) = 136+120+152=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 152 - color contains mainly: blue. Hex color #887898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887898 is #778767. Grayscale: #808080. Windows color (decimal): -7833448 or 9992328. OLE color: 9992328.
HSL color Cylindrical-coordinate representation of color #887898: hue angle of 270º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887898 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 120 | 152 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.40 |
| HSL | 270º | 0.13% | 0.53% | - |
| HSV(B) | 270º | 0.21% | 0.6% | - |
| XYZ | 22.54 | 20.93 | 32.56 | - |
| YUV | 128.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 152 | 0.11 | 0.21 | 0 | 0.40 | 270 | 0.13 | 0.53 |
| Hex | 88 | 78 | 98 | B | 15 | 0 | 28 | 10E | D | 35 |
| Octal | 210 | 170 | 230 | 13 | 25 | 0 | 50 | 416 | 15 | 65 |
| Binary | 10001000 | 1111000 | 10011000 | 1011 | 10101 | 0 | 101000 | 100001110 | 1101 | 110101 |
Color Harmonies of #887898
Complementary color
Monochromatic Colors of #887898
Black with #887898
Text Example
Text Example
White with #887898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887898; }
p { color: rgb(136,120,152); }
H1.HeaderClassName
{
color: #887898;
}
.AnyTagClassName
{
color: #887898;
}
</style>
background-color css
<style>
a { background-color: #887898; }
a { background-color: rgb(136,120,152); }
div.DivClassName
{
background-color: #887898;
}
.BgClassName
{
background-color: #887898;
}
</style>
border-color css
<style>
span { border-color: #887898; }
span { border-color: rgb(136,120,152); }
td.TdClassName
{
border-color: #887898;
}
.TagClassName
{
border-color: #887898;
}
</style>