Shades of Topaz #82728B
Tints of Topaz #82728B
RGB
CMYK
RGB Variations
Color information
#82728B (or 0x82728B) is known color: Topaz. HEX triplet: 82, 72 and 8B. RGB value is (130,114,139). Sum of RGB (Red+Green+Blue) = 130+114+139=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #82728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82728B is #7D8D74. Grayscale: #797979. Windows color (decimal): -8228213 or 9138818. OLE color: 9138818.
HSL color Cylindrical-coordinate representation of color #82728B: hue angle of 278.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82728B is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 114 | 139 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.45 |
| HSL | 278.4º | 0.1% | 0.5% | - |
| HSV(B) | 278.4º | 0.18% | 0.55% | - |
| XYZ | 19.88 | 18.64 | 26.98 | - |
| YUV | 121.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 139 | 0.06 | 0.18 | 0 | 0.45 | 278.4 | 0.1 | 0.5 |
| Hex | 82 | 72 | 8B | 6 | 12 | 0 | 2D | 116 | A | 32 |
| Octal | 202 | 162 | 213 | 6 | 22 | 0 | 55 | 426 | 12 | 62 |
| Binary | 10000010 | 1110010 | 10001011 | 110 | 10010 | 0 | 101101 | 100010110 | 1010 | 110010 |
Color Harmonies of #82728B
Complementary color
Monochromatic Colors of #82728B
Black with #82728B
Text Example
Text Example
White with #82728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82728B; }
p { color: rgb(130,114,139); }
H1.HeaderClassName
{
color: #82728B;
}
.AnyTagClassName
{
color: #82728B;
}
</style>
background-color css
<style>
a { background-color: #82728B; }
a { background-color: rgb(130,114,139); }
div.DivClassName
{
background-color: #82728B;
}
.BgClassName
{
background-color: #82728B;
}
</style>
border-color css
<style>
span { border-color: #82728B; }
span { border-color: rgb(130,114,139); }
td.TdClassName
{
border-color: #82728B;
}
.TagClassName
{
border-color: #82728B;
}
</style>