Shades of Topaz #888491
Tints of Topaz #888491
RGB
CMYK
RGB Variations
Color information
#888491 (or 0x888491) is known color: Topaz. HEX triplet: 88, 84 and 91. RGB value is (136,132,145). Sum of RGB (Red+Green+Blue) = 136+132+145=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 145 - color contains mainly: blue. Hex color #888491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888491 is #777B6E. Grayscale: #868686. Windows color (decimal): -7830383 or 9536648. OLE color: 9536648.
HSL color Cylindrical-coordinate representation of color #888491: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888491 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 132 | 145 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.43 |
| HSL | 258.46º | 0.06% | 0.54% | - |
| HSV(B) | 258.46º | 0.09% | 0.57% | - |
| XYZ | 23.52 | 23.78 | 30.14 | - |
| YUV | 134.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 132 | 145 | 0.06 | 0.09 | 0 | 0.43 | 258.46 | 0.06 | 0.54 |
| Hex | 88 | 84 | 91 | 6 | 9 | 0 | 2B | 102 | 6 | 36 |
| Octal | 210 | 204 | 221 | 6 | 11 | 0 | 53 | 402 | 6 | 66 |
| Binary | 10001000 | 10000100 | 10010001 | 110 | 1001 | 0 | 101011 | 100000010 | 110 | 110110 |
Color Harmonies of #888491
Complementary color
Monochromatic Colors of #888491
Black with #888491
Text Example
Text Example
White with #888491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888491; }
p { color: rgb(136,132,145); }
H1.HeaderClassName
{
color: #888491;
}
.AnyTagClassName
{
color: #888491;
}
</style>
background-color css
<style>
a { background-color: #888491; }
a { background-color: rgb(136,132,145); }
div.DivClassName
{
background-color: #888491;
}
.BgClassName
{
background-color: #888491;
}
</style>
border-color css
<style>
span { border-color: #888491; }
span { border-color: rgb(136,132,145); }
td.TdClassName
{
border-color: #888491;
}
.TagClassName
{
border-color: #888491;
}
</style>