Shades of Topaz #828088
Tints of Topaz #828088
RGB
CMYK
RGB Variations
Color information
#828088 (or 0x828088) is known color: Topaz. HEX triplet: 82, 80 and 88. RGB value is (130,128,136). Sum of RGB (Red+Green+Blue) = 130+128+136=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 136 - color contains mainly: blue. Hex color #828088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828088 is #7D7F77. Grayscale: #818181. Windows color (decimal): -8224632 or 8945794. OLE color: 8945794.
HSL color Cylindrical-coordinate representation of color #828088: hue angle of 255º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828088 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 128 | 136 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.47 |
| HSL | 255º | 0.03% | 0.52% | - |
| HSV(B) | 255º | 0.06% | 0.53% | - |
| XYZ | 21.37 | 21.96 | 26.41 | - |
| YUV | 129.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 136 | 0.04 | 0.06 | 0 | 0.47 | 255 | 0.03 | 0.52 |
| Hex | 82 | 80 | 88 | 4 | 6 | 0 | 2F | FF | 3 | 34 |
| Octal | 202 | 200 | 210 | 4 | 6 | 0 | 57 | 377 | 3 | 64 |
| Binary | 10000010 | 10000000 | 10001000 | 100 | 110 | 0 | 101111 | 11111111 | 11 | 110100 |
Color Harmonies of #828088
Complementary color
Monochromatic Colors of #828088
Black with #828088
Text Example
Text Example
White with #828088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828088; }
p { color: rgb(130,128,136); }
H1.HeaderClassName
{
color: #828088;
}
.AnyTagClassName
{
color: #828088;
}
</style>
background-color css
<style>
a { background-color: #828088; }
a { background-color: rgb(130,128,136); }
div.DivClassName
{
background-color: #828088;
}
.BgClassName
{
background-color: #828088;
}
</style>
border-color css
<style>
span { border-color: #828088; }
span { border-color: rgb(130,128,136); }
td.TdClassName
{
border-color: #828088;
}
.TagClassName
{
border-color: #828088;
}
</style>