Shades of Topaz #84768E
Tints of Topaz #84768E
RGB
CMYK
RGB Variations
Color information
#84768E (or 0x84768E) is known color: Topaz. HEX triplet: 84, 76 and 8E. RGB value is (132,118,142). Sum of RGB (Red+Green+Blue) = 132+118+142=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #84768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84768E is #7B8971. Grayscale: #7C7C7C. Windows color (decimal): -8096114 or 9336452. OLE color: 9336452.
HSL color Cylindrical-coordinate representation of color #84768E: hue angle of 275º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84768E is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 118 | 142 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.44 |
| HSL | 275º | 0.1% | 0.51% | - |
| HSV(B) | 275º | 0.17% | 0.56% | - |
| XYZ | 20.88 | 19.82 | 28.32 | - |
| YUV | 124.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 142 | 0.07 | 0.17 | 0 | 0.44 | 275 | 0.1 | 0.51 |
| Hex | 84 | 76 | 8E | 7 | 11 | 0 | 2C | 113 | A | 33 |
| Octal | 204 | 166 | 216 | 7 | 21 | 0 | 54 | 423 | 12 | 63 |
| Binary | 10000100 | 1110110 | 10001110 | 111 | 10001 | 0 | 101100 | 100010011 | 1010 | 110011 |
Color Harmonies of #84768E
Complementary color
Monochromatic Colors of #84768E
Black with #84768E
Text Example
Text Example
White with #84768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84768E; }
p { color: rgb(132,118,142); }
H1.HeaderClassName
{
color: #84768E;
}
.AnyTagClassName
{
color: #84768E;
}
</style>
background-color css
<style>
a { background-color: #84768E; }
a { background-color: rgb(132,118,142); }
div.DivClassName
{
background-color: #84768E;
}
.BgClassName
{
background-color: #84768E;
}
</style>
border-color css
<style>
span { border-color: #84768E; }
span { border-color: rgb(132,118,142); }
td.TdClassName
{
border-color: #84768E;
}
.TagClassName
{
border-color: #84768E;
}
</style>