Shades of Topaz #87798D
Tints of Topaz #87798D
RGB
CMYK
RGB Variations
Color information
#87798D (or 0x87798D) is known color: Topaz. HEX triplet: 87, 79 and 8D. RGB value is (135,121,141). Sum of RGB (Red+Green+Blue) = 135+121+141=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 141 - color contains mainly: blue. Hex color #87798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87798D is #788672. Grayscale: #7F7F7F. Windows color (decimal): -7898739 or 9271687. OLE color: 9271687.
HSL color Cylindrical-coordinate representation of color #87798D: hue angle of 282º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87798D is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 121 | 141 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.45 |
| HSL | 282º | 0.08% | 0.51% | - |
| HSV(B) | 282º | 0.14% | 0.55% | - |
| XYZ | 21.64 | 20.75 | 28.06 | - |
| YUV | 127.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 121 | 141 | 0.04 | 0.14 | 0 | 0.45 | 282 | 0.08 | 0.51 |
| Hex | 87 | 79 | 8D | 4 | E | 0 | 2D | 11A | 8 | 33 |
| Octal | 207 | 171 | 215 | 4 | 16 | 0 | 55 | 432 | 10 | 63 |
| Binary | 10000111 | 1111001 | 10001101 | 100 | 1110 | 0 | 101101 | 100011010 | 1000 | 110011 |
Color Harmonies of #87798D
Complementary color
Monochromatic Colors of #87798D
Black with #87798D
Text Example
Text Example
White with #87798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87798D; }
p { color: rgb(135,121,141); }
H1.HeaderClassName
{
color: #87798D;
}
.AnyTagClassName
{
color: #87798D;
}
</style>
background-color css
<style>
a { background-color: #87798D; }
a { background-color: rgb(135,121,141); }
div.DivClassName
{
background-color: #87798D;
}
.BgClassName
{
background-color: #87798D;
}
</style>
border-color css
<style>
span { border-color: #87798D; }
span { border-color: rgb(135,121,141); }
td.TdClassName
{
border-color: #87798D;
}
.TagClassName
{
border-color: #87798D;
}
</style>