Shades of Topaz #83738D
Tints of Topaz #83738D
RGB
CMYK
RGB Variations
Color information
#83738D (or 0x83738D) is known color: Topaz. HEX triplet: 83, 73 and 8D. RGB value is (131,115,141). Sum of RGB (Red+Green+Blue) = 131+115+141=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 141 - color contains mainly: blue. Hex color #83738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83738D is #7C8C72. Grayscale: #7A7A7A. Windows color (decimal): -8162419 or 9270147. OLE color: 9270147.
HSL color Cylindrical-coordinate representation of color #83738D: hue angle of 276.92º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83738D is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 115 | 141 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.45 |
| HSL | 276.92º | 0.1% | 0.5% | - |
| HSV(B) | 276.92º | 0.18% | 0.55% | - |
| XYZ | 20.3 | 19.01 | 27.8 | - |
| YUV | 122.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 141 | 0.07 | 0.18 | 0 | 0.45 | 276.92 | 0.1 | 0.5 |
| Hex | 83 | 73 | 8D | 7 | 12 | 0 | 2D | 115 | A | 32 |
| Octal | 203 | 163 | 215 | 7 | 22 | 0 | 55 | 425 | 12 | 62 |
| Binary | 10000011 | 1110011 | 10001101 | 111 | 10010 | 0 | 101101 | 100010101 | 1010 | 110010 |
Color Harmonies of #83738D
Complementary color
Monochromatic Colors of #83738D
Black with #83738D
Text Example
Text Example
White with #83738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83738D; }
p { color: rgb(131,115,141); }
H1.HeaderClassName
{
color: #83738D;
}
.AnyTagClassName
{
color: #83738D;
}
</style>
background-color css
<style>
a { background-color: #83738D; }
a { background-color: rgb(131,115,141); }
div.DivClassName
{
background-color: #83738D;
}
.BgClassName
{
background-color: #83738D;
}
</style>
border-color css
<style>
span { border-color: #83738D; }
span { border-color: rgb(131,115,141); }
td.TdClassName
{
border-color: #83738D;
}
.TagClassName
{
border-color: #83738D;
}
</style>