Shades of Topaz #847090
Tints of Topaz #847090
RGB
CMYK
RGB Variations
Color information
#847090 (or 0x847090) is known color: Topaz. HEX triplet: 84, 70 and 90. RGB value is (132,112,144). Sum of RGB (Red+Green+Blue) = 132+112+144=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #847090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847090 is #7B8F6F. Grayscale: #797979. Windows color (decimal): -8097648 or 9465988. OLE color: 9465988.
HSL color Cylindrical-coordinate representation of color #847090: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847090 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 112 | 144 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.44 |
| HSL | 277.5º | 0.13% | 0.5% | - |
| HSV(B) | 277.5º | 0.22% | 0.56% | - |
| XYZ | 20.34 | 18.51 | 28.89 | - |
| YUV | 121.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 144 | 0.08 | 0.22 | 0 | 0.44 | 277.5 | 0.13 | 0.5 |
| Hex | 84 | 70 | 90 | 8 | 16 | 0 | 2C | 116 | D | 32 |
| Octal | 204 | 160 | 220 | 10 | 26 | 0 | 54 | 426 | 15 | 62 |
| Binary | 10000100 | 1110000 | 10010000 | 1000 | 10110 | 0 | 101100 | 100010110 | 1101 | 110010 |
Color Harmonies of #847090
Complementary color
Monochromatic Colors of #847090
Black with #847090
Text Example
Text Example
White with #847090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847090; }
p { color: rgb(132,112,144); }
H1.HeaderClassName
{
color: #847090;
}
.AnyTagClassName
{
color: #847090;
}
</style>
background-color css
<style>
a { background-color: #847090; }
a { background-color: rgb(132,112,144); }
div.DivClassName
{
background-color: #847090;
}
.BgClassName
{
background-color: #847090;
}
</style>
border-color css
<style>
span { border-color: #847090; }
span { border-color: rgb(132,112,144); }
td.TdClassName
{
border-color: #847090;
}
.TagClassName
{
border-color: #847090;
}
</style>