Shades of Topaz #84718F
Tints of Topaz #84718F
RGB
CMYK
RGB Variations
Color information
#84718F (or 0x84718F) is known color: Topaz. HEX triplet: 84, 71 and 8F. RGB value is (132,113,143). Sum of RGB (Red+Green+Blue) = 132+113+143=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 143 - color contains mainly: blue. Hex color #84718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84718F is #7B8E70. Grayscale: #7A7A7A. Windows color (decimal): -8097393 or 9400708. OLE color: 9400708.
HSL color Cylindrical-coordinate representation of color #84718F: hue angle of 278º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84718F is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 113 | 143 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.44 |
| HSL | 278º | 0.12% | 0.5% | - |
| HSV(B) | 278º | 0.21% | 0.56% | - |
| XYZ | 20.38 | 18.7 | 28.52 | - |
| YUV | 122.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 143 | 0.08 | 0.21 | 0 | 0.44 | 278 | 0.12 | 0.5 |
| Hex | 84 | 71 | 8F | 8 | 15 | 0 | 2C | 116 | C | 32 |
| Octal | 204 | 161 | 217 | 10 | 25 | 0 | 54 | 426 | 14 | 62 |
| Binary | 10000100 | 1110001 | 10001111 | 1000 | 10101 | 0 | 101100 | 100010110 | 1100 | 110010 |
Color Harmonies of #84718F
Complementary color
Monochromatic Colors of #84718F
Black with #84718F
Text Example
Text Example
White with #84718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84718F; }
p { color: rgb(132,113,143); }
H1.HeaderClassName
{
color: #84718F;
}
.AnyTagClassName
{
color: #84718F;
}
</style>
background-color css
<style>
a { background-color: #84718F; }
a { background-color: rgb(132,113,143); }
div.DivClassName
{
background-color: #84718F;
}
.BgClassName
{
background-color: #84718F;
}
</style>
border-color css
<style>
span { border-color: #84718F; }
span { border-color: rgb(132,113,143); }
td.TdClassName
{
border-color: #84718F;
}
.TagClassName
{
border-color: #84718F;
}
</style>