Shades of Topaz #82708D
Tints of Topaz #82708D
RGB
CMYK
RGB Variations
Color information
#82708D (or 0x82708D) is known color: Topaz. HEX triplet: 82, 70 and 8D. RGB value is (130,112,141). Sum of RGB (Red+Green+Blue) = 130+112+141=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #82708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82708D is #7D8F72. Grayscale: #787878. Windows color (decimal): -8228723 or 9269378. OLE color: 9269378.
HSL color Cylindrical-coordinate representation of color #82708D: hue angle of 277.24º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #82708D is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 112 | 141 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.45 |
| HSL | 277.24º | 0.11% | 0.5% | - |
| HSV(B) | 277.24º | 0.21% | 0.55% | - |
| XYZ | 19.81 | 18.26 | 27.68 | - |
| YUV | 120.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 141 | 0.08 | 0.21 | 0 | 0.45 | 277.24 | 0.11 | 0.5 |
| Hex | 82 | 70 | 8D | 8 | 15 | 0 | 2D | 115 | B | 32 |
| Octal | 202 | 160 | 215 | 10 | 25 | 0 | 55 | 425 | 13 | 62 |
| Binary | 10000010 | 1110000 | 10001101 | 1000 | 10101 | 0 | 101101 | 100010101 | 1011 | 110010 |
Color Harmonies of #82708D
Complementary color
Monochromatic Colors of #82708D
Black with #82708D
Text Example
Text Example
White with #82708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82708D; }
p { color: rgb(130,112,141); }
H1.HeaderClassName
{
color: #82708D;
}
.AnyTagClassName
{
color: #82708D;
}
</style>
background-color css
<style>
a { background-color: #82708D; }
a { background-color: rgb(130,112,141); }
div.DivClassName
{
background-color: #82708D;
}
.BgClassName
{
background-color: #82708D;
}
</style>
border-color css
<style>
span { border-color: #82708D; }
span { border-color: rgb(130,112,141); }
td.TdClassName
{
border-color: #82708D;
}
.TagClassName
{
border-color: #82708D;
}
</style>