Shades of Topaz #83748D
Tints of Topaz #83748D
RGB
CMYK
RGB Variations
Color information
#83748D (or 0x83748D) is known color: Topaz. HEX triplet: 83, 74 and 8D. RGB value is (131,116,141). Sum of RGB (Red+Green+Blue) = 131+116+141=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #83748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83748D is #7C8B72. Grayscale: #7B7B7B. Windows color (decimal): -8162163 or 9270403. OLE color: 9270403.
HSL color Cylindrical-coordinate representation of color #83748D: hue angle of 276º 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 #83748D is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 116 | 141 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.45 |
| HSL | 276º | 0.1% | 0.5% | - |
| HSV(B) | 276º | 0.18% | 0.55% | - |
| XYZ | 20.41 | 19.24 | 27.84 | - |
| YUV | 123.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 141 | 0.07 | 0.18 | 0 | 0.45 | 276 | 0.1 | 0.5 |
| Hex | 83 | 74 | 8D | 7 | 12 | 0 | 2D | 114 | A | 32 |
| Octal | 203 | 164 | 215 | 7 | 22 | 0 | 55 | 424 | 12 | 62 |
| Binary | 10000011 | 1110100 | 10001101 | 111 | 10010 | 0 | 101101 | 100010100 | 1010 | 110010 |
Color Harmonies of #83748D
Complementary color
Monochromatic Colors of #83748D
Black with #83748D
Text Example
Text Example
White with #83748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83748D; }
p { color: rgb(131,116,141); }
H1.HeaderClassName
{
color: #83748D;
}
.AnyTagClassName
{
color: #83748D;
}
</style>
background-color css
<style>
a { background-color: #83748D; }
a { background-color: rgb(131,116,141); }
div.DivClassName
{
background-color: #83748D;
}
.BgClassName
{
background-color: #83748D;
}
</style>
border-color css
<style>
span { border-color: #83748D; }
span { border-color: rgb(131,116,141); }
td.TdClassName
{
border-color: #83748D;
}
.TagClassName
{
border-color: #83748D;
}
</style>