Shades of Topaz #8D8797
Tints of Topaz #8D8797
RGB
CMYK
RGB Variations
Color information
#8D8797 (or 0x8D8797) is known color: Topaz. HEX triplet: 8D, 87 and 97. RGB value is (141,135,151). Sum of RGB (Red+Green+Blue) = 141+135+151=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D8797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8797 is #727868. Grayscale: #8A8A8A. Windows color (decimal): -7501929 or 9930637. OLE color: 9930637.
HSL color Cylindrical-coordinate representation of color #8D8797: hue angle of 262.5º 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 #8D8797 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 135 | 151 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.41 |
| HSL | 262.5º | 0.07% | 0.56% | - |
| HSV(B) | 262.5º | 0.11% | 0.59% | - |
| XYZ | 25.23 | 25.23 | 32.82 | - |
| YUV | 138.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 151 | 0.07 | 0.11 | 0 | 0.41 | 262.5 | 0.07 | 0.56 |
| Hex | 8D | 87 | 97 | 7 | B | 0 | 29 | 106 | 7 | 38 |
| Octal | 215 | 207 | 227 | 7 | 13 | 0 | 51 | 406 | 7 | 70 |
| Binary | 10001101 | 10000111 | 10010111 | 111 | 1011 | 0 | 101001 | 100000110 | 111 | 111000 |
Color Harmonies of #8D8797
Complementary color
Monochromatic Colors of #8D8797
Black with #8D8797
Text Example
Text Example
White with #8D8797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8797; }
p { color: rgb(141,135,151); }
H1.HeaderClassName
{
color: #8D8797;
}
.AnyTagClassName
{
color: #8D8797;
}
</style>
background-color css
<style>
a { background-color: #8D8797; }
a { background-color: rgb(141,135,151); }
div.DivClassName
{
background-color: #8D8797;
}
.BgClassName
{
background-color: #8D8797;
}
</style>
border-color css
<style>
span { border-color: #8D8797; }
span { border-color: rgb(141,135,151); }
td.TdClassName
{
border-color: #8D8797;
}
.TagClassName
{
border-color: #8D8797;
}
</style>