Shades of Topaz #84748B
Tints of Topaz #84748B
RGB
CMYK
RGB Variations
Color information
#84748B (or 0x84748B) is known color: Topaz. HEX triplet: 84, 74 and 8B. RGB value is (132,116,139). Sum of RGB (Red+Green+Blue) = 132+116+139=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 139 - color contains mainly: blue. Hex color #84748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84748B is #7B8B74. Grayscale: #7B7B7B. Windows color (decimal): -8096629 or 9139332. OLE color: 9139332.
HSL color Cylindrical-coordinate representation of color #84748B: hue angle of 281.74º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84748B is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 116 | 139 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.45 |
| HSL | 281.74º | 0.09% | 0.5% | - |
| HSV(B) | 281.74º | 0.17% | 0.55% | - |
| XYZ | 20.42 | 19.26 | 27.07 | - |
| YUV | 123.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 139 | 0.05 | 0.17 | 0 | 0.45 | 281.74 | 0.09 | 0.5 |
| Hex | 84 | 74 | 8B | 5 | 11 | 0 | 2D | 11A | 9 | 32 |
| Octal | 204 | 164 | 213 | 5 | 21 | 0 | 55 | 432 | 11 | 62 |
| Binary | 10000100 | 1110100 | 10001011 | 101 | 10001 | 0 | 101101 | 100011010 | 1001 | 110010 |
Color Harmonies of #84748B
Complementary color
Monochromatic Colors of #84748B
Black with #84748B
Text Example
Text Example
White with #84748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84748B; }
p { color: rgb(132,116,139); }
H1.HeaderClassName
{
color: #84748B;
}
.AnyTagClassName
{
color: #84748B;
}
</style>
background-color css
<style>
a { background-color: #84748B; }
a { background-color: rgb(132,116,139); }
div.DivClassName
{
background-color: #84748B;
}
.BgClassName
{
background-color: #84748B;
}
</style>
border-color css
<style>
span { border-color: #84748B; }
span { border-color: rgb(132,116,139); }
td.TdClassName
{
border-color: #84748B;
}
.TagClassName
{
border-color: #84748B;
}
</style>