Shades of Topaz #84738D
Tints of Topaz #84738D
RGB
CMYK
RGB Variations
Color information
#84738D (or 0x84738D) is known color: Topaz. HEX triplet: 84, 73 and 8D. RGB value is (132,115,141). Sum of RGB (Red+Green+Blue) = 132+115+141=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #84738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84738D is #7B8C72. Grayscale: #7A7A7A. Windows color (decimal): -8096883 or 9270148. OLE color: 9270148.
HSL color Cylindrical-coordinate representation of color #84738D: hue angle of 279.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84738D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 115 | 141 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.45 |
| HSL | 279.23º | 0.1% | 0.5% | - |
| HSV(B) | 279.23º | 0.18% | 0.55% | - |
| XYZ | 20.45 | 19.09 | 27.81 | - |
| YUV | 123.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 141 | 0.06 | 0.18 | 0 | 0.45 | 279.23 | 0.1 | 0.5 |
| Hex | 84 | 73 | 8D | 6 | 12 | 0 | 2D | 117 | A | 32 |
| Octal | 204 | 163 | 215 | 6 | 22 | 0 | 55 | 427 | 12 | 62 |
| Binary | 10000100 | 1110011 | 10001101 | 110 | 10010 | 0 | 101101 | 100010111 | 1010 | 110010 |
Color Harmonies of #84738D
Complementary color
Monochromatic Colors of #84738D
Black with #84738D
Text Example
Text Example
White with #84738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84738D; }
p { color: rgb(132,115,141); }
H1.HeaderClassName
{
color: #84738D;
}
.AnyTagClassName
{
color: #84738D;
}
</style>
background-color css
<style>
a { background-color: #84738D; }
a { background-color: rgb(132,115,141); }
div.DivClassName
{
background-color: #84738D;
}
.BgClassName
{
background-color: #84738D;
}
</style>
border-color css
<style>
span { border-color: #84738D; }
span { border-color: rgb(132,115,141); }
td.TdClassName
{
border-color: #84738D;
}
.TagClassName
{
border-color: #84738D;
}
</style>