Shades of Topaz #847191
Tints of Topaz #847191
RGB
CMYK
RGB Variations
Color information
#847191 (or 0x847191) is known color: Topaz. HEX triplet: 84, 71 and 91. RGB value is (132,113,145). Sum of RGB (Red+Green+Blue) = 132+113+145=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #847191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847191 is #7B8E6E. Grayscale: #7A7A7A. Windows color (decimal): -8097391 or 9531780. OLE color: 9531780.
HSL color Cylindrical-coordinate representation of color #847191: hue angle of 275.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #847191 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 113 | 145 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.43 |
| HSL | 275.63º | 0.13% | 0.51% | - |
| HSV(B) | 275.63º | 0.22% | 0.57% | - |
| XYZ | 20.53 | 18.76 | 29.33 | - |
| YUV | 122.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 145 | 0.09 | 0.22 | 0 | 0.43 | 275.63 | 0.13 | 0.51 |
| Hex | 84 | 71 | 91 | 9 | 16 | 0 | 2B | 114 | D | 33 |
| Octal | 204 | 161 | 221 | 11 | 26 | 0 | 53 | 424 | 15 | 63 |
| Binary | 10000100 | 1110001 | 10010001 | 1001 | 10110 | 0 | 101011 | 100010100 | 1101 | 110011 |
Color Harmonies of #847191
Complementary color
Monochromatic Colors of #847191
Black with #847191
Text Example
Text Example
White with #847191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847191; }
p { color: rgb(132,113,145); }
H1.HeaderClassName
{
color: #847191;
}
.AnyTagClassName
{
color: #847191;
}
</style>
background-color css
<style>
a { background-color: #847191; }
a { background-color: rgb(132,113,145); }
div.DivClassName
{
background-color: #847191;
}
.BgClassName
{
background-color: #847191;
}
</style>
border-color css
<style>
span { border-color: #847191; }
span { border-color: rgb(132,113,145); }
td.TdClassName
{
border-color: #847191;
}
.TagClassName
{
border-color: #847191;
}
</style>