Shades of Topaz #888192
Tints of Topaz #888192
RGB
CMYK
RGB Variations
Color information
#888192 (or 0x888192) is known color: Topaz. HEX triplet: 88, 81 and 92. RGB value is (136,129,146). Sum of RGB (Red+Green+Blue) = 136+129+146=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #888192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888192 is #777E6D. Grayscale: #848484. Windows color (decimal): -7831150 or 9601416. OLE color: 9601416.
HSL color Cylindrical-coordinate representation of color #888192: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888192 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 136 | 129 | 146 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.43 |
| HSL | 264.71º | 0.07% | 0.54% | - |
| HSV(B) | 264.71º | 0.12% | 0.57% | - |
| XYZ | 23.19 | 23.01 | 30.41 | - |
| YUV | 133.03 | 135.32 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 129 | 146 | 0.07 | 0.12 | 0 | 0.43 | 264.71 | 0.07 | 0.54 |
| Hex | 88 | 81 | 92 | 7 | C | 0 | 2B | 109 | 7 | 36 |
| Octal | 210 | 201 | 222 | 7 | 14 | 0 | 53 | 411 | 7 | 66 |
| Binary | 10001000 | 10000001 | 10010010 | 111 | 1100 | 0 | 101011 | 100001001 | 111 | 110110 |
Color Harmonies of #888192
Complementary color
Monochromatic Colors of #888192
Black with #888192
Text Example
Text Example
White with #888192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888192; }
p { color: rgb(136,129,146); }
H1.HeaderClassName
{
color: #888192;
}
.AnyTagClassName
{
color: #888192;
}
</style>
background-color css
<style>
a { background-color: #888192; }
a { background-color: rgb(136,129,146); }
div.DivClassName
{
background-color: #888192;
}
.BgClassName
{
background-color: #888192;
}
</style>
border-color css
<style>
span { border-color: #888192; }
span { border-color: rgb(136,129,146); }
td.TdClassName
{
border-color: #888192;
}
.TagClassName
{
border-color: #888192;
}
</style>