Shades of Topaz #847C89
Tints of Topaz #847C89
RGB
CMYK
RGB Variations
Color information
#847C89 (or 0x847C89) is known color: Topaz. HEX triplet: 84, 7C and 89. RGB value is (132,124,137). Sum of RGB (Red+Green+Blue) = 132+124+137=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #847C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C89 is #7B8376. Grayscale: #7F7F7F. Windows color (decimal): -8094583 or 9010308. OLE color: 9010308.
HSL color Cylindrical-coordinate representation of color #847C89: hue angle of 276.92º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847C89 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 124 | 137 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.46 |
| HSL | 276.92º | 0.05% | 0.51% | - |
| HSV(B) | 276.92º | 0.09% | 0.54% | - |
| XYZ | 21.24 | 21.13 | 26.63 | - |
| YUV | 127.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 137 | 0.04 | 0.09 | 0 | 0.46 | 276.92 | 0.05 | 0.51 |
| Hex | 84 | 7C | 89 | 4 | 9 | 0 | 2E | 115 | 5 | 33 |
| Octal | 204 | 174 | 211 | 4 | 11 | 0 | 56 | 425 | 5 | 63 |
| Binary | 10000100 | 1111100 | 10001001 | 100 | 1001 | 0 | 101110 | 100010101 | 101 | 110011 |
Color Harmonies of #847C89
Complementary color
Monochromatic Colors of #847C89
Black with #847C89
Text Example
Text Example
White with #847C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C89; }
p { color: rgb(132,124,137); }
H1.HeaderClassName
{
color: #847C89;
}
.AnyTagClassName
{
color: #847C89;
}
</style>
background-color css
<style>
a { background-color: #847C89; }
a { background-color: rgb(132,124,137); }
div.DivClassName
{
background-color: #847C89;
}
.BgClassName
{
background-color: #847C89;
}
</style>
border-color css
<style>
span { border-color: #847C89; }
span { border-color: rgb(132,124,137); }
td.TdClassName
{
border-color: #847C89;
}
.TagClassName
{
border-color: #847C89;
}
</style>