Shades of Topaz #82718D
Tints of Topaz #82718D
RGB
CMYK
RGB Variations
Color information
#82718D (or 0x82718D) is known color: Topaz. HEX triplet: 82, 71 and 8D. RGB value is (130,113,141). Sum of RGB (Red+Green+Blue) = 130+113+141=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #82718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82718D is #7D8E72. Grayscale: #797979. Windows color (decimal): -8228467 or 9269634. OLE color: 9269634.
HSL color Cylindrical-coordinate representation of color #82718D: hue angle of 276.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #82718D is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 113 | 141 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.45 |
| HSL | 276.43º | 0.11% | 0.5% | - |
| HSV(B) | 276.43º | 0.2% | 0.55% | - |
| XYZ | 19.92 | 18.48 | 27.72 | - |
| YUV | 121.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 141 | 0.08 | 0.20 | 0 | 0.45 | 276.43 | 0.11 | 0.5 |
| Hex | 82 | 71 | 8D | 8 | 14 | 0 | 2D | 114 | B | 32 |
| Octal | 202 | 161 | 215 | 10 | 24 | 0 | 55 | 424 | 13 | 62 |
| Binary | 10000010 | 1110001 | 10001101 | 1000 | 10100 | 0 | 101101 | 100010100 | 1011 | 110010 |
Color Harmonies of #82718D
Complementary color
Monochromatic Colors of #82718D
Black with #82718D
Text Example
Text Example
White with #82718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82718D; }
p { color: rgb(130,113,141); }
H1.HeaderClassName
{
color: #82718D;
}
.AnyTagClassName
{
color: #82718D;
}
</style>
background-color css
<style>
a { background-color: #82718D; }
a { background-color: rgb(130,113,141); }
div.DivClassName
{
background-color: #82718D;
}
.BgClassName
{
background-color: #82718D;
}
</style>
border-color css
<style>
span { border-color: #82718D; }
span { border-color: rgb(130,113,141); }
td.TdClassName
{
border-color: #82718D;
}
.TagClassName
{
border-color: #82718D;
}
</style>