Shades of Topaz #847D90
Tints of Topaz #847D90
RGB
CMYK
RGB Variations
Color information
#847D90 (or 0x847D90) is known color: Topaz. HEX triplet: 84, 7D and 90. RGB value is (132,125,144). Sum of RGB (Red+Green+Blue) = 132+125+144=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #847D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847D90 is #7B826F. Grayscale: #818181. Windows color (decimal): -8094320 or 9469316. OLE color: 9469316.
HSL color Cylindrical-coordinate representation of color #847D90: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #847D90 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 125 | 144 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.44 |
| HSL | 262.11º | 0.08% | 0.53% | - |
| HSV(B) | 262.11º | 0.13% | 0.56% | - |
| XYZ | 21.88 | 21.59 | 29.4 | - |
| YUV | 129.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 144 | 0.08 | 0.13 | 0 | 0.44 | 262.11 | 0.08 | 0.53 |
| Hex | 84 | 7D | 90 | 8 | D | 0 | 2C | 106 | 8 | 35 |
| Octal | 204 | 175 | 220 | 10 | 15 | 0 | 54 | 406 | 10 | 65 |
| Binary | 10000100 | 1111101 | 10010000 | 1000 | 1101 | 0 | 101100 | 100000110 | 1000 | 110101 |
Color Harmonies of #847D90
Complementary color
Monochromatic Colors of #847D90
Black with #847D90
Text Example
Text Example
White with #847D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847D90; }
p { color: rgb(132,125,144); }
H1.HeaderClassName
{
color: #847D90;
}
.AnyTagClassName
{
color: #847D90;
}
</style>
background-color css
<style>
a { background-color: #847D90; }
a { background-color: rgb(132,125,144); }
div.DivClassName
{
background-color: #847D90;
}
.BgClassName
{
background-color: #847D90;
}
</style>
border-color css
<style>
span { border-color: #847D90; }
span { border-color: rgb(132,125,144); }
td.TdClassName
{
border-color: #847D90;
}
.TagClassName
{
border-color: #847D90;
}
</style>