Shades of Topaz #847D86
Tints of Topaz #847D86
RGB
CMYK
RGB Variations
Color information
#847D86 (or 0x847D86) is known color: Topaz. HEX triplet: 84, 7D and 86. RGB value is (132,125,134). Sum of RGB (Red+Green+Blue) = 132+125+134=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 134 - color contains mainly: blue. Hex color #847D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D86 is #7B8279. Grayscale: #808080. Windows color (decimal): -8094330 or 8813956. OLE color: 8813956.
HSL color Cylindrical-coordinate representation of color #847D86: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847D86 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 125 | 134 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.47 |
| HSL | 286.67º | 0.04% | 0.51% | - |
| HSV(B) | 286.67º | 0.07% | 0.53% | - |
| XYZ | 21.15 | 21.29 | 25.55 | - |
| YUV | 128.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 134 | 0.01 | 0.07 | 0 | 0.47 | 286.67 | 0.04 | 0.51 |
| Hex | 84 | 7D | 86 | 1 | 7 | 0 | 2F | 11F | 4 | 33 |
| Octal | 204 | 175 | 206 | 1 | 7 | 0 | 57 | 437 | 4 | 63 |
| Binary | 10000100 | 1111101 | 10000110 | 1 | 111 | 0 | 101111 | 100011111 | 100 | 110011 |
Color Harmonies of #847D86
Complementary color
Monochromatic Colors of #847D86
Black with #847D86
Text Example
Text Example
White with #847D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D86; }
p { color: rgb(132,125,134); }
H1.HeaderClassName
{
color: #847D86;
}
.AnyTagClassName
{
color: #847D86;
}
</style>
background-color css
<style>
a { background-color: #847D86; }
a { background-color: rgb(132,125,134); }
div.DivClassName
{
background-color: #847D86;
}
.BgClassName
{
background-color: #847D86;
}
</style>
border-color css
<style>
span { border-color: #847D86; }
span { border-color: rgb(132,125,134); }
td.TdClassName
{
border-color: #847D86;
}
.TagClassName
{
border-color: #847D86;
}
</style>