Shades of Topaz #8D8796
Tints of Topaz #8D8796
RGB
CMYK
RGB Variations
Color information
#8D8796 (or 0x8D8796) is known color: Topaz. HEX triplet: 8D, 87 and 96. RGB value is (141,135,150). Sum of RGB (Red+Green+Blue) = 141+135+150=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D8796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8796 is #727869. Grayscale: #8A8A8A. Windows color (decimal): -7501930 or 9865101. OLE color: 9865101.
HSL color Cylindrical-coordinate representation of color #8D8796: hue angle of 264º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D8796 is Cyan = 0.06, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 135 | 150 | - |
| CMYK | 0.06 | 0.1 | 0 | 0.41 |
| HSL | 264º | 0.07% | 0.56% | - |
| HSV(B) | 264º | 0.1% | 0.59% | - |
| XYZ | 25.15 | 25.19 | 32.39 | - |
| YUV | 138.5 | 134.49 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 150 | 0.06 | 0.1 | 0 | 0.41 | 264 | 0.07 | 0.56 |
| Hex | 8D | 87 | 96 | 6 | A | 0 | 29 | 108 | 7 | 38 |
| Octal | 215 | 207 | 226 | 6 | 12 | 0 | 51 | 410 | 7 | 70 |
| Binary | 10001101 | 10000111 | 10010110 | 110 | 1010 | 0 | 101001 | 100001000 | 111 | 111000 |
Color Harmonies of #8D8796
Complementary color
Monochromatic Colors of #8D8796
Black with #8D8796
Text Example
Text Example
White with #8D8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8796; }
p { color: rgb(141,135,150); }
H1.HeaderClassName
{
color: #8D8796;
}
.AnyTagClassName
{
color: #8D8796;
}
</style>
background-color css
<style>
a { background-color: #8D8796; }
a { background-color: rgb(141,135,150); }
div.DivClassName
{
background-color: #8D8796;
}
.BgClassName
{
background-color: #8D8796;
}
</style>
border-color css
<style>
span { border-color: #8D8796; }
span { border-color: rgb(141,135,150); }
td.TdClassName
{
border-color: #8D8796;
}
.TagClassName
{
border-color: #8D8796;
}
</style>