Shades of Topaz #84818C
Tints of Topaz #84818C
RGB
CMYK
RGB Variations
Color information
#84818C (or 0x84818C) is known color: Topaz. HEX triplet: 84, 81 and 8C. RGB value is (132,129,140). Sum of RGB (Red+Green+Blue) = 132+129+140=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 140 - color contains mainly: blue. Hex color #84818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84818C is #7B7E73. Grayscale: #838383. Windows color (decimal): -8093300 or 9208196. OLE color: 9208196.
HSL color Cylindrical-coordinate representation of color #84818C: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84818C is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 129 | 140 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.45 |
| HSL | 256.36º | 0.05% | 0.53% | - |
| HSV(B) | 256.36º | 0.08% | 0.55% | - |
| XYZ | 22.1 | 22.5 | 27.99 | - |
| YUV | 131.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 140 | 0.06 | 0.08 | 0 | 0.45 | 256.36 | 0.05 | 0.53 |
| Hex | 84 | 81 | 8C | 6 | 8 | 0 | 2D | 100 | 5 | 35 |
| Octal | 204 | 201 | 214 | 6 | 10 | 0 | 55 | 400 | 5 | 65 |
| Binary | 10000100 | 10000001 | 10001100 | 110 | 1000 | 0 | 101101 | 100000000 | 101 | 110101 |
Color Harmonies of #84818C
Complementary color
Monochromatic Colors of #84818C
Black with #84818C
Text Example
Text Example
White with #84818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84818C; }
p { color: rgb(132,129,140); }
H1.HeaderClassName
{
color: #84818C;
}
.AnyTagClassName
{
color: #84818C;
}
</style>
background-color css
<style>
a { background-color: #84818C; }
a { background-color: rgb(132,129,140); }
div.DivClassName
{
background-color: #84818C;
}
.BgClassName
{
background-color: #84818C;
}
</style>
border-color css
<style>
span { border-color: #84818C; }
span { border-color: rgb(132,129,140); }
td.TdClassName
{
border-color: #84818C;
}
.TagClassName
{
border-color: #84818C;
}
</style>