Shades of Topaz #84768D
Tints of Topaz #84768D
RGB
CMYK
RGB Variations
Color information
#84768D (or 0x84768D) is known color: Topaz. HEX triplet: 84, 76 and 8D. RGB value is (132,118,141). Sum of RGB (Red+Green+Blue) = 132+118+141=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #84768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84768D is #7B8972. Grayscale: #7C7C7C. Windows color (decimal): -8096115 or 9270916. OLE color: 9270916.
HSL color Cylindrical-coordinate representation of color #84768D: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84768D is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 118 | 141 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.45 |
| HSL | 276.52º | 0.09% | 0.51% | - |
| HSV(B) | 276.52º | 0.16% | 0.55% | - |
| XYZ | 20.8 | 19.79 | 27.92 | - |
| YUV | 124.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 141 | 0.06 | 0.16 | 0 | 0.45 | 276.52 | 0.09 | 0.51 |
| Hex | 84 | 76 | 8D | 6 | 10 | 0 | 2D | 115 | 9 | 33 |
| Octal | 204 | 166 | 215 | 6 | 20 | 0 | 55 | 425 | 11 | 63 |
| Binary | 10000100 | 1110110 | 10001101 | 110 | 10000 | 0 | 101101 | 100010101 | 1001 | 110011 |
Color Harmonies of #84768D
Complementary color
Monochromatic Colors of #84768D
Black with #84768D
Text Example
Text Example
White with #84768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84768D; }
p { color: rgb(132,118,141); }
H1.HeaderClassName
{
color: #84768D;
}
.AnyTagClassName
{
color: #84768D;
}
</style>
background-color css
<style>
a { background-color: #84768D; }
a { background-color: rgb(132,118,141); }
div.DivClassName
{
background-color: #84768D;
}
.BgClassName
{
background-color: #84768D;
}
</style>
border-color css
<style>
span { border-color: #84768D; }
span { border-color: rgb(132,118,141); }
td.TdClassName
{
border-color: #84768D;
}
.TagClassName
{
border-color: #84768D;
}
</style>