Shades of Topaz #82748D
Tints of Topaz #82748D
RGB
CMYK
RGB Variations
Color information
#82748D (or 0x82748D) is known color: Topaz. HEX triplet: 82, 74 and 8D. RGB value is (130,116,141). Sum of RGB (Red+Green+Blue) = 130+116+141=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #82748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82748D is #7D8B72. Grayscale: #7A7A7A. Windows color (decimal): -8227699 or 9270402. OLE color: 9270402.
HSL color Cylindrical-coordinate representation of color #82748D: hue angle of 273.6º 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 #82748D is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 116 | 141 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.45 |
| HSL | 273.6º | 0.1% | 0.5% | - |
| HSV(B) | 273.6º | 0.18% | 0.55% | - |
| XYZ | 20.26 | 19.16 | 27.83 | - |
| YUV | 123.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 141 | 0.08 | 0.18 | 0 | 0.45 | 273.6 | 0.1 | 0.5 |
| Hex | 82 | 74 | 8D | 8 | 12 | 0 | 2D | 112 | A | 32 |
| Octal | 202 | 164 | 215 | 10 | 22 | 0 | 55 | 422 | 12 | 62 |
| Binary | 10000010 | 1110100 | 10001101 | 1000 | 10010 | 0 | 101101 | 100010010 | 1010 | 110010 |
Color Harmonies of #82748D
Complementary color
Monochromatic Colors of #82748D
Black with #82748D
Text Example
Text Example
White with #82748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82748D; }
p { color: rgb(130,116,141); }
H1.HeaderClassName
{
color: #82748D;
}
.AnyTagClassName
{
color: #82748D;
}
</style>
background-color css
<style>
a { background-color: #82748D; }
a { background-color: rgb(130,116,141); }
div.DivClassName
{
background-color: #82748D;
}
.BgClassName
{
background-color: #82748D;
}
</style>
border-color css
<style>
span { border-color: #82748D; }
span { border-color: rgb(130,116,141); }
td.TdClassName
{
border-color: #82748D;
}
.TagClassName
{
border-color: #82748D;
}
</style>