Shades of Topaz #847A95
Tints of Topaz #847A95
RGB
CMYK
RGB Variations
Color information
#847A95 (or 0x847A95) is known color: Topaz. HEX triplet: 84, 7A and 95. RGB value is (132,122,149). Sum of RGB (Red+Green+Blue) = 132+122+149=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #847A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847A95 is #7B856A. Grayscale: #7F7F7F. Windows color (decimal): -8095083 or 9796228. OLE color: 9796228.
HSL color Cylindrical-coordinate representation of color #847A95: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #847A95 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 122 | 149 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.42 |
| HSL | 262.22º | 0.11% | 0.53% | - |
| HSV(B) | 262.22º | 0.18% | 0.58% | - |
| XYZ | 21.9 | 20.99 | 31.33 | - |
| YUV | 128.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 149 | 0.11 | 0.18 | 0 | 0.42 | 262.22 | 0.11 | 0.53 |
| Hex | 84 | 7A | 95 | B | 12 | 0 | 2A | 106 | B | 35 |
| Octal | 204 | 172 | 225 | 13 | 22 | 0 | 52 | 406 | 13 | 65 |
| Binary | 10000100 | 1111010 | 10010101 | 1011 | 10010 | 0 | 101010 | 100000110 | 1011 | 110101 |
Color Harmonies of #847A95
Complementary color
Monochromatic Colors of #847A95
Black with #847A95
Text Example
Text Example
White with #847A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A95; }
p { color: rgb(132,122,149); }
H1.HeaderClassName
{
color: #847A95;
}
.AnyTagClassName
{
color: #847A95;
}
</style>
background-color css
<style>
a { background-color: #847A95; }
a { background-color: rgb(132,122,149); }
div.DivClassName
{
background-color: #847A95;
}
.BgClassName
{
background-color: #847A95;
}
</style>
border-color css
<style>
span { border-color: #847A95; }
span { border-color: rgb(132,122,149); }
td.TdClassName
{
border-color: #847A95;
}
.TagClassName
{
border-color: #847A95;
}
</style>