Shades of Topaz #84738C
Tints of Topaz #84738C
RGB
CMYK
RGB Variations
Color information
#84738C (or 0x84738C) is known color: Topaz. HEX triplet: 84, 73 and 8C. RGB value is (132,115,140). Sum of RGB (Red+Green+Blue) = 132+115+140=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #84738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84738C is #7B8C73. Grayscale: #7A7A7A. Windows color (decimal): -8096884 or 9204612. OLE color: 9204612.
HSL color Cylindrical-coordinate representation of color #84738C: hue angle of 280.8º 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 #84738C is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 115 | 140 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.45 |
| HSL | 280.8º | 0.1% | 0.5% | - |
| HSV(B) | 280.8º | 0.18% | 0.55% | - |
| XYZ | 20.38 | 19.06 | 27.42 | - |
| YUV | 122.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 140 | 0.06 | 0.18 | 0 | 0.45 | 280.8 | 0.1 | 0.5 |
| Hex | 84 | 73 | 8C | 6 | 12 | 0 | 2D | 119 | A | 32 |
| Octal | 204 | 163 | 214 | 6 | 22 | 0 | 55 | 431 | 12 | 62 |
| Binary | 10000100 | 1110011 | 10001100 | 110 | 10010 | 0 | 101101 | 100011001 | 1010 | 110010 |
Color Harmonies of #84738C
Complementary color
Monochromatic Colors of #84738C
Black with #84738C
Text Example
Text Example
White with #84738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84738C; }
p { color: rgb(132,115,140); }
H1.HeaderClassName
{
color: #84738C;
}
.AnyTagClassName
{
color: #84738C;
}
</style>
background-color css
<style>
a { background-color: #84738C; }
a { background-color: rgb(132,115,140); }
div.DivClassName
{
background-color: #84738C;
}
.BgClassName
{
background-color: #84738C;
}
</style>
border-color css
<style>
span { border-color: #84738C; }
span { border-color: rgb(132,115,140); }
td.TdClassName
{
border-color: #84738C;
}
.TagClassName
{
border-color: #84738C;
}
</style>