Shades of Topaz #84748D
Tints of Topaz #84748D
RGB
CMYK
RGB Variations
Color information
#84748D (or 0x84748D) is known color: Topaz. HEX triplet: 84, 74 and 8D. RGB value is (132,116,141). Sum of RGB (Red+Green+Blue) = 132+116+141=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 141 - color contains mainly: blue. Hex color #84748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748D is #7B8B72. Grayscale: #7B7B7B. Windows color (decimal): -8096627 or 9270404. OLE color: 9270404.
HSL color Cylindrical-coordinate representation of color #84748D: hue angle of 278.4º 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 #84748D is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 116 | 141 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.45 |
| HSL | 278.4º | 0.1% | 0.5% | - |
| HSV(B) | 278.4º | 0.18% | 0.55% | - |
| XYZ | 20.57 | 19.32 | 27.84 | - |
| YUV | 123.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 141 | 0.06 | 0.18 | 0 | 0.45 | 278.4 | 0.1 | 0.5 |
| Hex | 84 | 74 | 8D | 6 | 12 | 0 | 2D | 116 | A | 32 |
| Octal | 204 | 164 | 215 | 6 | 22 | 0 | 55 | 426 | 12 | 62 |
| Binary | 10000100 | 1110100 | 10001101 | 110 | 10010 | 0 | 101101 | 100010110 | 1010 | 110010 |
Color Harmonies of #84748D
Complementary color
Monochromatic Colors of #84748D
Black with #84748D
Text Example
Text Example
White with #84748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84748D; }
p { color: rgb(132,116,141); }
H1.HeaderClassName
{
color: #84748D;
}
.AnyTagClassName
{
color: #84748D;
}
</style>
background-color css
<style>
a { background-color: #84748D; }
a { background-color: rgb(132,116,141); }
div.DivClassName
{
background-color: #84748D;
}
.BgClassName
{
background-color: #84748D;
}
</style>
border-color css
<style>
span { border-color: #84748D; }
span { border-color: rgb(132,116,141); }
td.TdClassName
{
border-color: #84748D;
}
.TagClassName
{
border-color: #84748D;
}
</style>