Shades of Topaz #82808B
Tints of Topaz #82808B
RGB
CMYK
RGB Variations
Color information
#82808B (or 0x82808B) is known color: Topaz. HEX triplet: 82, 80 and 8B. RGB value is (130,128,139). Sum of RGB (Red+Green+Blue) = 130+128+139=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #82808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82808B is #7D7F74. Grayscale: #818181. Windows color (decimal): -8224629 or 9142402. OLE color: 9142402.
HSL color Cylindrical-coordinate representation of color #82808B: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82808B is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 128 | 139 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.45 |
| HSL | 250.91º | 0.05% | 0.52% | - |
| HSV(B) | 250.91º | 0.08% | 0.55% | - |
| XYZ | 21.59 | 22.05 | 27.54 | - |
| YUV | 129.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 139 | 0.06 | 0.08 | 0 | 0.45 | 250.91 | 0.05 | 0.52 |
| Hex | 82 | 80 | 8B | 6 | 8 | 0 | 2D | FB | 5 | 34 |
| Octal | 202 | 200 | 213 | 6 | 10 | 0 | 55 | 373 | 5 | 64 |
| Binary | 10000010 | 10000000 | 10001011 | 110 | 1000 | 0 | 101101 | 11111011 | 101 | 110100 |
Color Harmonies of #82808B
Complementary color
Monochromatic Colors of #82808B
Black with #82808B
Text Example
Text Example
White with #82808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82808B; }
p { color: rgb(130,128,139); }
H1.HeaderClassName
{
color: #82808B;
}
.AnyTagClassName
{
color: #82808B;
}
</style>
background-color css
<style>
a { background-color: #82808B; }
a { background-color: rgb(130,128,139); }
div.DivClassName
{
background-color: #82808B;
}
.BgClassName
{
background-color: #82808B;
}
</style>
border-color css
<style>
span { border-color: #82808B; }
span { border-color: rgb(130,128,139); }
td.TdClassName
{
border-color: #82808B;
}
.TagClassName
{
border-color: #82808B;
}
</style>