Shades of Topaz #8D8C8E
Tints of Topaz #8D8C8E
RGB
CMYK
RGB Variations
Color information
#8D8C8E (or 0x8D8C8E) is known color: Topaz. HEX triplet: 8D, 8C and 8E. RGB value is (141,140,142). Sum of RGB (Red+Green+Blue) = 141+140+142=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D8C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8C8E is #727371. Grayscale: #8C8C8C. Windows color (decimal): -7500658 or 9342093. OLE color: 9342093.
HSL color Cylindrical-coordinate representation of color #8D8C8E: hue angle of 270º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8D8C8E is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 140 | 142 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.44 |
| HSL | 270º | 0.01% | 0.55% | - |
| HSV(B) | 270º | 0.01% | 0.56% | - |
| XYZ | 25.25 | 26.37 | 29.35 | - |
| YUV | 140.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 140 | 142 | 0.01 | 0.01 | 0 | 0.44 | 270 | 0.01 | 0.55 |
| Hex | 8D | 8C | 8E | 1 | 1 | 0 | 2C | 10E | 1 | 37 |
| Octal | 215 | 214 | 216 | 1 | 1 | 0 | 54 | 416 | 1 | 67 |
| Binary | 10001101 | 10001100 | 10001110 | 1 | 1 | 0 | 101100 | 100001110 | 1 | 110111 |
Color Harmonies of #8D8C8E
Complementary color
Monochromatic Colors of #8D8C8E
Black with #8D8C8E
Text Example
Text Example
White with #8D8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8C8E; }
p { color: rgb(141,140,142); }
H1.HeaderClassName
{
color: #8D8C8E;
}
.AnyTagClassName
{
color: #8D8C8E;
}
</style>
background-color css
<style>
a { background-color: #8D8C8E; }
a { background-color: rgb(141,140,142); }
div.DivClassName
{
background-color: #8D8C8E;
}
.BgClassName
{
background-color: #8D8C8E;
}
</style>
border-color css
<style>
span { border-color: #8D8C8E; }
span { border-color: rgb(141,140,142); }
td.TdClassName
{
border-color: #8D8C8E;
}
.TagClassName
{
border-color: #8D8C8E;
}
</style>