Shades of Topaz #82788B
Tints of Topaz #82788B
RGB
CMYK
RGB Variations
Color information
#82788B (or 0x82788B) is known color: Topaz. HEX triplet: 82, 78 and 8B. RGB value is (130,120,139). Sum of RGB (Red+Green+Blue) = 130+120+139=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #82788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82788B is #7D8774. Grayscale: #7D7D7D. Windows color (decimal): -8226677 or 9140354. OLE color: 9140354.
HSL color Cylindrical-coordinate representation of color #82788B: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82788B is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 120 | 139 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.45 |
| HSL | 271.58º | 0.08% | 0.51% | - |
| HSV(B) | 271.58º | 0.14% | 0.55% | - |
| XYZ | 20.58 | 20.04 | 27.21 | - |
| YUV | 125.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 139 | 0.06 | 0.14 | 0 | 0.45 | 271.58 | 0.08 | 0.51 |
| Hex | 82 | 78 | 8B | 6 | E | 0 | 2D | 110 | 8 | 33 |
| Octal | 202 | 170 | 213 | 6 | 16 | 0 | 55 | 420 | 10 | 63 |
| Binary | 10000010 | 1111000 | 10001011 | 110 | 1110 | 0 | 101101 | 100010000 | 1000 | 110011 |
Color Harmonies of #82788B
Complementary color
Monochromatic Colors of #82788B
Black with #82788B
Text Example
Text Example
White with #82788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82788B; }
p { color: rgb(130,120,139); }
H1.HeaderClassName
{
color: #82788B;
}
.AnyTagClassName
{
color: #82788B;
}
</style>
background-color css
<style>
a { background-color: #82788B; }
a { background-color: rgb(130,120,139); }
div.DivClassName
{
background-color: #82788B;
}
.BgClassName
{
background-color: #82788B;
}
</style>
border-color css
<style>
span { border-color: #82788B; }
span { border-color: rgb(130,120,139); }
td.TdClassName
{
border-color: #82788B;
}
.TagClassName
{
border-color: #82788B;
}
</style>