Shades of Topaz #84818B
Tints of Topaz #84818B
RGB
CMYK
RGB Variations
Color information
#84818B (or 0x84818B) is known color: Topaz. HEX triplet: 84, 81 and 8B. RGB value is (132,129,139). Sum of RGB (Red+Green+Blue) = 132+129+139=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 139 - color contains mainly: blue. Hex color #84818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84818B is #7B7E74. Grayscale: #838383. Windows color (decimal): -8093301 or 9142660. OLE color: 9142660.
HSL color Cylindrical-coordinate representation of color #84818B: hue angle of 258º 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 #84818B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 129 | 139 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.45 |
| HSL | 258º | 0.04% | 0.53% | - |
| HSV(B) | 258º | 0.07% | 0.55% | - |
| XYZ | 22.03 | 22.47 | 27.6 | - |
| YUV | 131.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 139 | 0.05 | 0.07 | 0 | 0.45 | 258 | 0.04 | 0.53 |
| Hex | 84 | 81 | 8B | 5 | 7 | 0 | 2D | 102 | 4 | 35 |
| Octal | 204 | 201 | 213 | 5 | 7 | 0 | 55 | 402 | 4 | 65 |
| Binary | 10000100 | 10000001 | 10001011 | 101 | 111 | 0 | 101101 | 100000010 | 100 | 110101 |
Color Harmonies of #84818B
Complementary color
Monochromatic Colors of #84818B
Black with #84818B
Text Example
Text Example
White with #84818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84818B; }
p { color: rgb(132,129,139); }
H1.HeaderClassName
{
color: #84818B;
}
.AnyTagClassName
{
color: #84818B;
}
</style>
background-color css
<style>
a { background-color: #84818B; }
a { background-color: rgb(132,129,139); }
div.DivClassName
{
background-color: #84818B;
}
.BgClassName
{
background-color: #84818B;
}
</style>
border-color css
<style>
span { border-color: #84818B; }
span { border-color: rgb(132,129,139); }
td.TdClassName
{
border-color: #84818B;
}
.TagClassName
{
border-color: #84818B;
}
</style>