Shades of Topaz #888093
Tints of Topaz #888093
RGB
CMYK
RGB Variations
Color information
#888093 (or 0x888093) is known color: Topaz. HEX triplet: 88, 80 and 93. RGB value is (136,128,147). Sum of RGB (Red+Green+Blue) = 136+128+147=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #888093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888093 is #777F6C. Grayscale: #848484. Windows color (decimal): -7831405 or 9666696. OLE color: 9666696.
HSL color Cylindrical-coordinate representation of color #888093: hue angle of 265.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #888093 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 128 | 147 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.42 |
| HSL | 265.26º | 0.08% | 0.54% | - |
| HSV(B) | 265.26º | 0.13% | 0.58% | - |
| XYZ | 23.14 | 22.78 | 30.78 | - |
| YUV | 132.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 128 | 147 | 0.07 | 0.13 | 0 | 0.42 | 265.26 | 0.08 | 0.54 |
| Hex | 88 | 80 | 93 | 7 | D | 0 | 2A | 109 | 8 | 36 |
| Octal | 210 | 200 | 223 | 7 | 15 | 0 | 52 | 411 | 10 | 66 |
| Binary | 10001000 | 10000000 | 10010011 | 111 | 1101 | 0 | 101010 | 100001001 | 1000 | 110110 |
Color Harmonies of #888093
Complementary color
Monochromatic Colors of #888093
Black with #888093
Text Example
Text Example
White with #888093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888093; }
p { color: rgb(136,128,147); }
H1.HeaderClassName
{
color: #888093;
}
.AnyTagClassName
{
color: #888093;
}
</style>
background-color css
<style>
a { background-color: #888093; }
a { background-color: rgb(136,128,147); }
div.DivClassName
{
background-color: #888093;
}
.BgClassName
{
background-color: #888093;
}
</style>
border-color css
<style>
span { border-color: #888093; }
span { border-color: rgb(136,128,147); }
td.TdClassName
{
border-color: #888093;
}
.TagClassName
{
border-color: #888093;
}
</style>