Shades of Topaz #84828C
Tints of Topaz #84828C
RGB
CMYK
RGB Variations
Color information
#84828C (or 0x84828C) is known color: Topaz. HEX triplet: 84, 82 and 8C. RGB value is (132,130,140). Sum of RGB (Red+Green+Blue) = 132+130+140=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #84828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84828C is #7B7D73. Grayscale: #838383. Windows color (decimal): -8093044 or 9208452. OLE color: 9208452.
HSL color Cylindrical-coordinate representation of color #84828C: hue angle of 252º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #84828C is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 130 | 140 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.45 |
| HSL | 252º | 0.04% | 0.53% | - |
| HSV(B) | 252º | 0.07% | 0.55% | - |
| XYZ | 22.23 | 22.76 | 28.03 | - |
| YUV | 131.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 140 | 0.06 | 0.07 | 0 | 0.45 | 252 | 0.04 | 0.53 |
| Hex | 84 | 82 | 8C | 6 | 7 | 0 | 2D | FC | 4 | 35 |
| Octal | 204 | 202 | 214 | 6 | 7 | 0 | 55 | 374 | 4 | 65 |
| Binary | 10000100 | 10000010 | 10001100 | 110 | 111 | 0 | 101101 | 11111100 | 100 | 110101 |
Color Harmonies of #84828C
Complementary color
Monochromatic Colors of #84828C
Black with #84828C
Text Example
Text Example
White with #84828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84828C; }
p { color: rgb(132,130,140); }
H1.HeaderClassName
{
color: #84828C;
}
.AnyTagClassName
{
color: #84828C;
}
</style>
background-color css
<style>
a { background-color: #84828C; }
a { background-color: rgb(132,130,140); }
div.DivClassName
{
background-color: #84828C;
}
.BgClassName
{
background-color: #84828C;
}
</style>
border-color css
<style>
span { border-color: #84828C; }
span { border-color: rgb(132,130,140); }
td.TdClassName
{
border-color: #84828C;
}
.TagClassName
{
border-color: #84828C;
}
</style>