Shades of Topaz #86748F
Tints of Topaz #86748F
RGB
CMYK
RGB Variations
Color information
#86748F (or 0x86748F) is known color: Topaz. HEX triplet: 86, 74 and 8F. RGB value is (134,116,143). Sum of RGB (Red+Green+Blue) = 134+116+143=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #86748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86748F is #798B70. Grayscale: #7C7C7C. Windows color (decimal): -7965553 or 9401478. OLE color: 9401478.
HSL color Cylindrical-coordinate representation of color #86748F: hue angle of 280º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86748F is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 116 | 143 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.44 |
| HSL | 280º | 0.11% | 0.51% | - |
| HSV(B) | 280º | 0.19% | 0.56% | - |
| XYZ | 21.03 | 19.54 | 28.65 | - |
| YUV | 124.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 143 | 0.06 | 0.19 | 0 | 0.44 | 280 | 0.11 | 0.51 |
| Hex | 86 | 74 | 8F | 6 | 13 | 0 | 2C | 118 | B | 33 |
| Octal | 206 | 164 | 217 | 6 | 23 | 0 | 54 | 430 | 13 | 63 |
| Binary | 10000110 | 1110100 | 10001111 | 110 | 10011 | 0 | 101100 | 100011000 | 1011 | 110011 |
Color Harmonies of #86748F
Complementary color
Monochromatic Colors of #86748F
Black with #86748F
Text Example
Text Example
White with #86748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86748F; }
p { color: rgb(134,116,143); }
H1.HeaderClassName
{
color: #86748F;
}
.AnyTagClassName
{
color: #86748F;
}
</style>
background-color css
<style>
a { background-color: #86748F; }
a { background-color: rgb(134,116,143); }
div.DivClassName
{
background-color: #86748F;
}
.BgClassName
{
background-color: #86748F;
}
</style>
border-color css
<style>
span { border-color: #86748F; }
span { border-color: rgb(134,116,143); }
td.TdClassName
{
border-color: #86748F;
}
.TagClassName
{
border-color: #86748F;
}
</style>