Shades of Topaz #8D8696
Tints of Topaz #8D8696
RGB
CMYK
RGB Variations
Color information
#8D8696 (or 0x8D8696) is known color: Topaz. HEX triplet: 8D, 86 and 96. RGB value is (141,134,150). Sum of RGB (Red+Green+Blue) = 141+134+150=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D8696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8696 is #727969. Grayscale: #898989. Windows color (decimal): -7502186 or 9864845. OLE color: 9864845.
HSL color Cylindrical-coordinate representation of color #8D8696: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8696 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 134 | 150 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.41 |
| HSL | 266.25º | 0.07% | 0.56% | - |
| HSV(B) | 266.25º | 0.11% | 0.59% | - |
| XYZ | 25.01 | 24.91 | 32.34 | - |
| YUV | 137.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 150 | 0.06 | 0.11 | 0 | 0.41 | 266.25 | 0.07 | 0.56 |
| Hex | 8D | 86 | 96 | 6 | B | 0 | 29 | 10A | 7 | 38 |
| Octal | 215 | 206 | 226 | 6 | 13 | 0 | 51 | 412 | 7 | 70 |
| Binary | 10001101 | 10000110 | 10010110 | 110 | 1011 | 0 | 101001 | 100001010 | 111 | 111000 |
Color Harmonies of #8D8696
Complementary color
Monochromatic Colors of #8D8696
Black with #8D8696
Text Example
Text Example
White with #8D8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8696; }
p { color: rgb(141,134,150); }
H1.HeaderClassName
{
color: #8D8696;
}
.AnyTagClassName
{
color: #8D8696;
}
</style>
background-color css
<style>
a { background-color: #8D8696; }
a { background-color: rgb(141,134,150); }
div.DivClassName
{
background-color: #8D8696;
}
.BgClassName
{
background-color: #8D8696;
}
</style>
border-color css
<style>
span { border-color: #8D8696; }
span { border-color: rgb(141,134,150); }
td.TdClassName
{
border-color: #8D8696;
}
.TagClassName
{
border-color: #8D8696;
}
</style>