Shades of Topaz #847C8D
Tints of Topaz #847C8D
RGB
CMYK
RGB Variations
Color information
#847C8D (or 0x847C8D) is known color: Topaz. HEX triplet: 84, 7C and 8D. RGB value is (132,124,141). Sum of RGB (Red+Green+Blue) = 132+124+141=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #847C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C8D is #7B8372. Grayscale: #808080. Windows color (decimal): -8094579 or 9272452. OLE color: 9272452.
HSL color Cylindrical-coordinate representation of color #847C8D: hue angle of 268.24º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #847C8D is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 124 | 141 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.45 |
| HSL | 268.24º | 0.07% | 0.52% | - |
| HSV(B) | 268.24º | 0.12% | 0.55% | - |
| XYZ | 21.53 | 21.24 | 28.16 | - |
| YUV | 128.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 141 | 0.06 | 0.12 | 0 | 0.45 | 268.24 | 0.07 | 0.52 |
| Hex | 84 | 7C | 8D | 6 | C | 0 | 2D | 10C | 7 | 34 |
| Octal | 204 | 174 | 215 | 6 | 14 | 0 | 55 | 414 | 7 | 64 |
| Binary | 10000100 | 1111100 | 10001101 | 110 | 1100 | 0 | 101101 | 100001100 | 111 | 110100 |
Color Harmonies of #847C8D
Complementary color
Monochromatic Colors of #847C8D
Black with #847C8D
Text Example
Text Example
White with #847C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C8D; }
p { color: rgb(132,124,141); }
H1.HeaderClassName
{
color: #847C8D;
}
.AnyTagClassName
{
color: #847C8D;
}
</style>
background-color css
<style>
a { background-color: #847C8D; }
a { background-color: rgb(132,124,141); }
div.DivClassName
{
background-color: #847C8D;
}
.BgClassName
{
background-color: #847C8D;
}
</style>
border-color css
<style>
span { border-color: #847C8D; }
span { border-color: rgb(132,124,141); }
td.TdClassName
{
border-color: #847C8D;
}
.TagClassName
{
border-color: #847C8D;
}
</style>