Shades of Topaz #82748B
Tints of Topaz #82748B
RGB
CMYK
RGB Variations
Color information
#82748B (or 0x82748B) is known color: Topaz. HEX triplet: 82, 74 and 8B. RGB value is (130,116,139). Sum of RGB (Red+Green+Blue) = 130+116+139=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #82748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82748B is #7D8B74. Grayscale: #7A7A7A. Windows color (decimal): -8227701 or 9139330. OLE color: 9139330.
HSL color Cylindrical-coordinate representation of color #82748B: hue angle of 276.52º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82748B is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 116 | 139 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.45 |
| HSL | 276.52º | 0.09% | 0.5% | - |
| HSV(B) | 276.52º | 0.17% | 0.55% | - |
| XYZ | 20.11 | 19.1 | 27.05 | - |
| YUV | 122.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 139 | 0.06 | 0.17 | 0 | 0.45 | 276.52 | 0.09 | 0.5 |
| Hex | 82 | 74 | 8B | 6 | 11 | 0 | 2D | 115 | 9 | 32 |
| Octal | 202 | 164 | 213 | 6 | 21 | 0 | 55 | 425 | 11 | 62 |
| Binary | 10000010 | 1110100 | 10001011 | 110 | 10001 | 0 | 101101 | 100010101 | 1001 | 110010 |
Color Harmonies of #82748B
Complementary color
Monochromatic Colors of #82748B
Black with #82748B
Text Example
Text Example
White with #82748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82748B; }
p { color: rgb(130,116,139); }
H1.HeaderClassName
{
color: #82748B;
}
.AnyTagClassName
{
color: #82748B;
}
</style>
background-color css
<style>
a { background-color: #82748B; }
a { background-color: rgb(130,116,139); }
div.DivClassName
{
background-color: #82748B;
}
.BgClassName
{
background-color: #82748B;
}
</style>
border-color css
<style>
span { border-color: #82748B; }
span { border-color: rgb(130,116,139); }
td.TdClassName
{
border-color: #82748B;
}
.TagClassName
{
border-color: #82748B;
}
</style>