Shades of Topaz #847C90
Tints of Topaz #847C90
RGB
CMYK
RGB Variations
Color information
#847C90 (or 0x847C90) is known color: Topaz. HEX triplet: 84, 7C and 90. RGB value is (132,124,144). Sum of RGB (Red+Green+Blue) = 132+124+144=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #847C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847C90 is #7B836F. Grayscale: #808080. Windows color (decimal): -8094576 or 9469060. OLE color: 9469060.
HSL color Cylindrical-coordinate representation of color #847C90: hue angle of 264º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #847C90 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 124 | 144 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.44 |
| HSL | 264º | 0.08% | 0.53% | - |
| HSV(B) | 264º | 0.14% | 0.56% | - |
| XYZ | 21.76 | 21.33 | 29.36 | - |
| YUV | 128.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 144 | 0.08 | 0.14 | 0 | 0.44 | 264 | 0.08 | 0.53 |
| Hex | 84 | 7C | 90 | 8 | E | 0 | 2C | 108 | 8 | 35 |
| Octal | 204 | 174 | 220 | 10 | 16 | 0 | 54 | 410 | 10 | 65 |
| Binary | 10000100 | 1111100 | 10010000 | 1000 | 1110 | 0 | 101100 | 100001000 | 1000 | 110101 |
Color Harmonies of #847C90
Complementary color
Monochromatic Colors of #847C90
Black with #847C90
Text Example
Text Example
White with #847C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C90; }
p { color: rgb(132,124,144); }
H1.HeaderClassName
{
color: #847C90;
}
.AnyTagClassName
{
color: #847C90;
}
</style>
background-color css
<style>
a { background-color: #847C90; }
a { background-color: rgb(132,124,144); }
div.DivClassName
{
background-color: #847C90;
}
.BgClassName
{
background-color: #847C90;
}
</style>
border-color css
<style>
span { border-color: #847C90; }
span { border-color: rgb(132,124,144); }
td.TdClassName
{
border-color: #847C90;
}
.TagClassName
{
border-color: #847C90;
}
</style>