Shades of Topaz #84828E
Tints of Topaz #84828E
RGB
CMYK
RGB Variations
Color information
#84828E (or 0x84828E) is known color: Topaz. HEX triplet: 84, 82 and 8E. RGB value is (132,130,142). Sum of RGB (Red+Green+Blue) = 132+130+142=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #84828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84828E is #7B7D71. Grayscale: #838383. Windows color (decimal): -8093042 or 9339524. OLE color: 9339524.
HSL color Cylindrical-coordinate representation of color #84828E: hue angle of 250º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84828E is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 130 | 142 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.44 |
| HSL | 250º | 0.05% | 0.53% | - |
| HSV(B) | 250º | 0.08% | 0.56% | - |
| XYZ | 22.38 | 22.82 | 28.82 | - |
| YUV | 131.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 142 | 0.07 | 0.08 | 0 | 0.44 | 250 | 0.05 | 0.53 |
| Hex | 84 | 82 | 8E | 7 | 8 | 0 | 2C | FA | 5 | 35 |
| Octal | 204 | 202 | 216 | 7 | 10 | 0 | 54 | 372 | 5 | 65 |
| Binary | 10000100 | 10000010 | 10001110 | 111 | 1000 | 0 | 101100 | 11111010 | 101 | 110101 |
Color Harmonies of #84828E
Complementary color
Monochromatic Colors of #84828E
Black with #84828E
Text Example
Text Example
White with #84828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84828E; }
p { color: rgb(132,130,142); }
H1.HeaderClassName
{
color: #84828E;
}
.AnyTagClassName
{
color: #84828E;
}
</style>
background-color css
<style>
a { background-color: #84828E; }
a { background-color: rgb(132,130,142); }
div.DivClassName
{
background-color: #84828E;
}
.BgClassName
{
background-color: #84828E;
}
</style>
border-color css
<style>
span { border-color: #84828E; }
span { border-color: rgb(132,130,142); }
td.TdClassName
{
border-color: #84828E;
}
.TagClassName
{
border-color: #84828E;
}
</style>