Shades of Topaz #84788D
Tints of Topaz #84788D
RGB
CMYK
RGB Variations
Color information
#84788D (or 0x84788D) is known color: Topaz. HEX triplet: 84, 78 and 8D. RGB value is (132,120,141). Sum of RGB (Red+Green+Blue) = 132+120+141=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #84788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84788D is #7B8772. Grayscale: #7D7D7D. Windows color (decimal): -8095603 or 9271428. OLE color: 9271428.
HSL color Cylindrical-coordinate representation of color #84788D: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84788D is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 120 | 141 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.45 |
| HSL | 274.29º | 0.08% | 0.51% | - |
| HSV(B) | 274.29º | 0.15% | 0.55% | - |
| XYZ | 21.04 | 20.26 | 28 | - |
| YUV | 125.98 | 136.48 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 120 | 141 | 0.06 | 0.15 | 0 | 0.45 | 274.29 | 0.08 | 0.51 |
| Hex | 84 | 78 | 8D | 6 | F | 0 | 2D | 112 | 8 | 33 |
| Octal | 204 | 170 | 215 | 6 | 17 | 0 | 55 | 422 | 10 | 63 |
| Binary | 10000100 | 1111000 | 10001101 | 110 | 1111 | 0 | 101101 | 100010010 | 1000 | 110011 |
Color Harmonies of #84788D
Complementary color
Monochromatic Colors of #84788D
Black with #84788D
Text Example
Text Example
White with #84788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84788D; }
p { color: rgb(132,120,141); }
H1.HeaderClassName
{
color: #84788D;
}
.AnyTagClassName
{
color: #84788D;
}
</style>
background-color css
<style>
a { background-color: #84788D; }
a { background-color: rgb(132,120,141); }
div.DivClassName
{
background-color: #84788D;
}
.BgClassName
{
background-color: #84788D;
}
</style>
border-color css
<style>
span { border-color: #84788D; }
span { border-color: rgb(132,120,141); }
td.TdClassName
{
border-color: #84788D;
}
.TagClassName
{
border-color: #84788D;
}
</style>