Shades of Topaz #83708F
Tints of Topaz #83708F
RGB
CMYK
RGB Variations
Color information
#83708F (or 0x83708F) is known color: Topaz. HEX triplet: 83, 70 and 8F. RGB value is (131,112,143). Sum of RGB (Red+Green+Blue) = 131+112+143=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #83708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83708F is #7C8F70. Grayscale: #797979. Windows color (decimal): -8163185 or 9400451. OLE color: 9400451.
HSL color Cylindrical-coordinate representation of color #83708F: hue angle of 276.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83708F is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 112 | 143 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.44 |
| HSL | 276.77º | 0.12% | 0.5% | - |
| HSV(B) | 276.77º | 0.22% | 0.56% | - |
| XYZ | 20.11 | 18.4 | 28.48 | - |
| YUV | 121.22 | 140.29 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 143 | 0.08 | 0.22 | 0 | 0.44 | 276.77 | 0.12 | 0.5 |
| Hex | 83 | 70 | 8F | 8 | 16 | 0 | 2C | 115 | C | 32 |
| Octal | 203 | 160 | 217 | 10 | 26 | 0 | 54 | 425 | 14 | 62 |
| Binary | 10000011 | 1110000 | 10001111 | 1000 | 10110 | 0 | 101100 | 100010101 | 1100 | 110010 |
Color Harmonies of #83708F
Complementary color
Monochromatic Colors of #83708F
Black with #83708F
Text Example
Text Example
White with #83708F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83708F; }
p { color: rgb(131,112,143); }
H1.HeaderClassName
{
color: #83708F;
}
.AnyTagClassName
{
color: #83708F;
}
</style>
background-color css
<style>
a { background-color: #83708F; }
a { background-color: rgb(131,112,143); }
div.DivClassName
{
background-color: #83708F;
}
.BgClassName
{
background-color: #83708F;
}
</style>
border-color css
<style>
span { border-color: #83708F; }
span { border-color: rgb(131,112,143); }
td.TdClassName
{
border-color: #83708F;
}
.TagClassName
{
border-color: #83708F;
}
</style>