Shades of Topaz #828083
Tints of Topaz #828083
RGB
CMYK
RGB Variations
Color information
#828083 (or 0x828083) is known color: Topaz. HEX triplet: 82, 80 and 83. RGB value is (130,128,131). Sum of RGB (Red+Green+Blue) = 130+128+131=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 131 - color contains mainly: blue. Hex color #828083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828083 is #7D7F7C. Grayscale: #808080. Windows color (decimal): -8224637 or 8618114. OLE color: 8618114.
HSL color Cylindrical-coordinate representation of color #828083: hue angle of 280º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828083 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 131 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.49 |
| HSL | 280º | 0.01% | 0.51% | - |
| HSV(B) | 280º | 0.02% | 0.51% | - |
| XYZ | 21.02 | 21.82 | 24.58 | - |
| YUV | 128.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 131 | 0.01 | 0.02 | 0 | 0.49 | 280 | 0.01 | 0.51 |
| Hex | 82 | 80 | 83 | 1 | 2 | 0 | 31 | 118 | 1 | 33 |
| Octal | 202 | 200 | 203 | 1 | 2 | 0 | 61 | 430 | 1 | 63 |
| Binary | 10000010 | 10000000 | 10000011 | 1 | 10 | 0 | 110001 | 100011000 | 1 | 110011 |
Color Harmonies of #828083
Complementary color
Monochromatic Colors of #828083
Black with #828083
Text Example
Text Example
White with #828083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828083; }
p { color: rgb(130,128,131); }
H1.HeaderClassName
{
color: #828083;
}
.AnyTagClassName
{
color: #828083;
}
</style>
background-color css
<style>
a { background-color: #828083; }
a { background-color: rgb(130,128,131); }
div.DivClassName
{
background-color: #828083;
}
.BgClassName
{
background-color: #828083;
}
</style>
border-color css
<style>
span { border-color: #828083; }
span { border-color: rgb(130,128,131); }
td.TdClassName
{
border-color: #828083;
}
.TagClassName
{
border-color: #828083;
}
</style>