Shades of Topaz #82808F
Tints of Topaz #82808F
RGB
CMYK
RGB Variations
Color information
#82808F (or 0x82808F) is known color: Topaz. HEX triplet: 82, 80 and 8F. RGB value is (130,128,143). Sum of RGB (Red+Green+Blue) = 130+128+143=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 143 - color contains mainly: blue. Hex color #82808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82808F is #7D7F70. Grayscale: #828282. Windows color (decimal): -8224625 or 9404546. OLE color: 9404546.
HSL color Cylindrical-coordinate representation of color #82808F: hue angle of 248º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #82808F is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 128 | 143 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.44 |
| HSL | 248º | 0.06% | 0.53% | - |
| HSV(B) | 248º | 0.1% | 0.56% | - |
| XYZ | 21.88 | 22.17 | 29.11 | - |
| YUV | 130.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 143 | 0.09 | 0.10 | 0 | 0.44 | 248 | 0.06 | 0.53 |
| Hex | 82 | 80 | 8F | 9 | A | 0 | 2C | F8 | 6 | 35 |
| Octal | 202 | 200 | 217 | 11 | 12 | 0 | 54 | 370 | 6 | 65 |
| Binary | 10000010 | 10000000 | 10001111 | 1001 | 1010 | 0 | 101100 | 11111000 | 110 | 110101 |
Color Harmonies of #82808F
Complementary color
Monochromatic Colors of #82808F
Black with #82808F
Text Example
Text Example
White with #82808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82808F; }
p { color: rgb(130,128,143); }
H1.HeaderClassName
{
color: #82808F;
}
.AnyTagClassName
{
color: #82808F;
}
</style>
background-color css
<style>
a { background-color: #82808F; }
a { background-color: rgb(130,128,143); }
div.DivClassName
{
background-color: #82808F;
}
.BgClassName
{
background-color: #82808F;
}
</style>
border-color css
<style>
span { border-color: #82808F; }
span { border-color: rgb(130,128,143); }
td.TdClassName
{
border-color: #82808F;
}
.TagClassName
{
border-color: #82808F;
}
</style>