Shades of Topaz #84818F
Tints of Topaz #84818F
RGB
CMYK
RGB Variations
Color information
#84818F (or 0x84818F) is known color: Topaz. HEX triplet: 84, 81 and 8F. RGB value is (132,129,143). Sum of RGB (Red+Green+Blue) = 132+129+143=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 143 - color contains mainly: blue. Hex color #84818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84818F is #7B7E70. Grayscale: #838383. Windows color (decimal): -8093297 or 9404804. OLE color: 9404804.
HSL color Cylindrical-coordinate representation of color #84818F: hue angle of 252.86º 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 #84818F is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 129 | 143 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.44 |
| HSL | 252.86º | 0.06% | 0.53% | - |
| HSV(B) | 252.86º | 0.1% | 0.56% | - |
| XYZ | 22.32 | 22.59 | 29.17 | - |
| YUV | 131.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 143 | 0.08 | 0.10 | 0 | 0.44 | 252.86 | 0.06 | 0.53 |
| Hex | 84 | 81 | 8F | 8 | A | 0 | 2C | FD | 6 | 35 |
| Octal | 204 | 201 | 217 | 10 | 12 | 0 | 54 | 375 | 6 | 65 |
| Binary | 10000100 | 10000001 | 10001111 | 1000 | 1010 | 0 | 101100 | 11111101 | 110 | 110101 |
Color Harmonies of #84818F
Complementary color
Monochromatic Colors of #84818F
Black with #84818F
Text Example
Text Example
White with #84818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84818F; }
p { color: rgb(132,129,143); }
H1.HeaderClassName
{
color: #84818F;
}
.AnyTagClassName
{
color: #84818F;
}
</style>
background-color css
<style>
a { background-color: #84818F; }
a { background-color: rgb(132,129,143); }
div.DivClassName
{
background-color: #84818F;
}
.BgClassName
{
background-color: #84818F;
}
</style>
border-color css
<style>
span { border-color: #84818F; }
span { border-color: rgb(132,129,143); }
td.TdClassName
{
border-color: #84818F;
}
.TagClassName
{
border-color: #84818F;
}
</style>