Shades of Topaz #83768D
Tints of Topaz #83768D
RGB
CMYK
RGB Variations
Color information
#83768D (or 0x83768D) is known color: Topaz. HEX triplet: 83, 76 and 8D. RGB value is (131,118,141). Sum of RGB (Red+Green+Blue) = 131+118+141=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #83768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768D is #7C8972. Grayscale: #7C7C7C. Windows color (decimal): -8161651 or 9270915. OLE color: 9270915.
HSL color Cylindrical-coordinate representation of color #83768D: hue angle of 273.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83768D is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 118 | 141 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.45 |
| HSL | 273.91º | 0.09% | 0.51% | - |
| HSV(B) | 273.91º | 0.16% | 0.55% | - |
| XYZ | 20.65 | 19.71 | 27.91 | - |
| YUV | 124.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 118 | 141 | 0.07 | 0.16 | 0 | 0.45 | 273.91 | 0.09 | 0.51 |
| Hex | 83 | 76 | 8D | 7 | 10 | 0 | 2D | 112 | 9 | 33 |
| Octal | 203 | 166 | 215 | 7 | 20 | 0 | 55 | 422 | 11 | 63 |
| Binary | 10000011 | 1110110 | 10001101 | 111 | 10000 | 0 | 101101 | 100010010 | 1001 | 110011 |
Color Harmonies of #83768D
Complementary color
Monochromatic Colors of #83768D
Black with #83768D
Text Example
Text Example
White with #83768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83768D; }
p { color: rgb(131,118,141); }
H1.HeaderClassName
{
color: #83768D;
}
.AnyTagClassName
{
color: #83768D;
}
</style>
background-color css
<style>
a { background-color: #83768D; }
a { background-color: rgb(131,118,141); }
div.DivClassName
{
background-color: #83768D;
}
.BgClassName
{
background-color: #83768D;
}
</style>
border-color css
<style>
span { border-color: #83768D; }
span { border-color: rgb(131,118,141); }
td.TdClassName
{
border-color: #83768D;
}
.TagClassName
{
border-color: #83768D;
}
</style>