Shades of Topaz #84798D
Tints of Topaz #84798D
RGB
CMYK
RGB Variations
Color information
#84798D (or 0x84798D) is known color: Topaz. HEX triplet: 84, 79 and 8D. RGB value is (132,121,141). Sum of RGB (Red+Green+Blue) = 132+121+141=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #84798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84798D is #7B8672. Grayscale: #7E7E7E. Windows color (decimal): -8095347 or 9271684. OLE color: 9271684.
HSL color Cylindrical-coordinate representation of color #84798D: hue angle of 273º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84798D is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 121 | 141 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.45 |
| HSL | 273º | 0.08% | 0.51% | - |
| HSV(B) | 273º | 0.14% | 0.55% | - |
| XYZ | 21.16 | 20.5 | 28.04 | - |
| YUV | 126.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 141 | 0.06 | 0.14 | 0 | 0.45 | 273 | 0.08 | 0.51 |
| Hex | 84 | 79 | 8D | 6 | E | 0 | 2D | 111 | 8 | 33 |
| Octal | 204 | 171 | 215 | 6 | 16 | 0 | 55 | 421 | 10 | 63 |
| Binary | 10000100 | 1111001 | 10001101 | 110 | 1110 | 0 | 101101 | 100010001 | 1000 | 110011 |
Color Harmonies of #84798D
Complementary color
Monochromatic Colors of #84798D
Black with #84798D
Text Example
Text Example
White with #84798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84798D; }
p { color: rgb(132,121,141); }
H1.HeaderClassName
{
color: #84798D;
}
.AnyTagClassName
{
color: #84798D;
}
</style>
background-color css
<style>
a { background-color: #84798D; }
a { background-color: rgb(132,121,141); }
div.DivClassName
{
background-color: #84798D;
}
.BgClassName
{
background-color: #84798D;
}
</style>
border-color css
<style>
span { border-color: #84798D; }
span { border-color: rgb(132,121,141); }
td.TdClassName
{
border-color: #84798D;
}
.TagClassName
{
border-color: #84798D;
}
</style>