Shades of Topaz #87778F
Tints of Topaz #87778F
RGB
CMYK
RGB Variations
Color information
#87778F (or 0x87778F) is known color: Topaz. HEX triplet: 87, 77 and 8F. RGB value is (135,119,143). Sum of RGB (Red+Green+Blue) = 135+119+143=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #87778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87778F is #788870. Grayscale: #7E7E7E. Windows color (decimal): -7899249 or 9402247. OLE color: 9402247.
HSL color Cylindrical-coordinate representation of color #87778F: hue angle of 280º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87778F is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 119 | 143 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.44 |
| HSL | 280º | 0.1% | 0.51% | - |
| HSV(B) | 280º | 0.17% | 0.56% | - |
| XYZ | 21.55 | 20.33 | 28.77 | - |
| YUV | 126.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 143 | 0.06 | 0.17 | 0 | 0.44 | 280 | 0.1 | 0.51 |
| Hex | 87 | 77 | 8F | 6 | 11 | 0 | 2C | 118 | A | 33 |
| Octal | 207 | 167 | 217 | 6 | 21 | 0 | 54 | 430 | 12 | 63 |
| Binary | 10000111 | 1110111 | 10001111 | 110 | 10001 | 0 | 101100 | 100011000 | 1010 | 110011 |
Color Harmonies of #87778F
Complementary color
Monochromatic Colors of #87778F
Black with #87778F
Text Example
Text Example
White with #87778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87778F; }
p { color: rgb(135,119,143); }
H1.HeaderClassName
{
color: #87778F;
}
.AnyTagClassName
{
color: #87778F;
}
</style>
background-color css
<style>
a { background-color: #87778F; }
a { background-color: rgb(135,119,143); }
div.DivClassName
{
background-color: #87778F;
}
.BgClassName
{
background-color: #87778F;
}
</style>
border-color css
<style>
span { border-color: #87778F; }
span { border-color: rgb(135,119,143); }
td.TdClassName
{
border-color: #87778F;
}
.TagClassName
{
border-color: #87778F;
}
</style>