Shades of Topaz #84728D
Tints of Topaz #84728D
RGB
CMYK
RGB Variations
Color information
#84728D (or 0x84728D) is known color: Topaz. HEX triplet: 84, 72 and 8D. RGB value is (132,114,141). Sum of RGB (Red+Green+Blue) = 132+114+141=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #84728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84728D is #7B8D72. Grayscale: #7A7A7A. Windows color (decimal): -8097139 or 9269892. OLE color: 9269892.
HSL color Cylindrical-coordinate representation of color #84728D: hue angle of 280º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84728D is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 114 | 141 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.45 |
| HSL | 280º | 0.11% | 0.5% | - |
| HSV(B) | 280º | 0.19% | 0.55% | - |
| XYZ | 20.34 | 18.86 | 27.77 | - |
| YUV | 122.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 141 | 0.06 | 0.19 | 0 | 0.45 | 280 | 0.11 | 0.5 |
| Hex | 84 | 72 | 8D | 6 | 13 | 0 | 2D | 118 | B | 32 |
| Octal | 204 | 162 | 215 | 6 | 23 | 0 | 55 | 430 | 13 | 62 |
| Binary | 10000100 | 1110010 | 10001101 | 110 | 10011 | 0 | 101101 | 100011000 | 1011 | 110010 |
Color Harmonies of #84728D
Complementary color
Monochromatic Colors of #84728D
Black with #84728D
Text Example
Text Example
White with #84728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84728D; }
p { color: rgb(132,114,141); }
H1.HeaderClassName
{
color: #84728D;
}
.AnyTagClassName
{
color: #84728D;
}
</style>
background-color css
<style>
a { background-color: #84728D; }
a { background-color: rgb(132,114,141); }
div.DivClassName
{
background-color: #84728D;
}
.BgClassName
{
background-color: #84728D;
}
</style>
border-color css
<style>
span { border-color: #84728D; }
span { border-color: rgb(132,114,141); }
td.TdClassName
{
border-color: #84728D;
}
.TagClassName
{
border-color: #84728D;
}
</style>