Shades of Topaz #847B87
Tints of Topaz #847B87
RGB
CMYK
RGB Variations
Color information
#847B87 (or 0x847B87) is known color: Topaz. HEX triplet: 84, 7B and 87. RGB value is (132,123,135). Sum of RGB (Red+Green+Blue) = 132+123+135=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 135 - color contains mainly: blue. Hex color #847B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B87 is #7B8478. Grayscale: #7F7F7F. Windows color (decimal): -8094841 or 8878980. OLE color: 8878980.
HSL color Cylindrical-coordinate representation of color #847B87: hue angle of 285º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847B87 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 123 | 135 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.47 |
| HSL | 285º | 0.05% | 0.51% | - |
| HSV(B) | 285º | 0.09% | 0.53% | - |
| XYZ | 20.97 | 20.82 | 25.84 | - |
| YUV | 127.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 123 | 135 | 0.02 | 0.09 | 0 | 0.47 | 285 | 0.05 | 0.51 |
| Hex | 84 | 7B | 87 | 2 | 9 | 0 | 2F | 11D | 5 | 33 |
| Octal | 204 | 173 | 207 | 2 | 11 | 0 | 57 | 435 | 5 | 63 |
| Binary | 10000100 | 1111011 | 10000111 | 10 | 1001 | 0 | 101111 | 100011101 | 101 | 110011 |
Color Harmonies of #847B87
Complementary color
Monochromatic Colors of #847B87
Black with #847B87
Text Example
Text Example
White with #847B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847B87; }
p { color: rgb(132,123,135); }
H1.HeaderClassName
{
color: #847B87;
}
.AnyTagClassName
{
color: #847B87;
}
</style>
background-color css
<style>
a { background-color: #847B87; }
a { background-color: rgb(132,123,135); }
div.DivClassName
{
background-color: #847B87;
}
.BgClassName
{
background-color: #847B87;
}
</style>
border-color css
<style>
span { border-color: #847B87; }
span { border-color: rgb(132,123,135); }
td.TdClassName
{
border-color: #847B87;
}
.TagClassName
{
border-color: #847B87;
}
</style>