Shades of Topaz #83748F
Tints of Topaz #83748F
RGB
CMYK
RGB Variations
Color information
#83748F (or 0x83748F) is known color: Topaz. HEX triplet: 83, 74 and 8F. RGB value is (131,116,143). Sum of RGB (Red+Green+Blue) = 131+116+143=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 143 - color contains mainly: blue. Hex color #83748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83748F is #7C8B70. Grayscale: #7B7B7B. Windows color (decimal): -8162161 or 9401475. OLE color: 9401475.
HSL color Cylindrical-coordinate representation of color #83748F: hue angle of 273.33º 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 #83748F is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 116 | 143 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.44 |
| HSL | 273.33º | 0.11% | 0.51% | - |
| HSV(B) | 273.33º | 0.19% | 0.56% | - |
| XYZ | 20.56 | 19.3 | 28.63 | - |
| YUV | 123.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 143 | 0.08 | 0.19 | 0 | 0.44 | 273.33 | 0.11 | 0.51 |
| Hex | 83 | 74 | 8F | 8 | 13 | 0 | 2C | 111 | B | 33 |
| Octal | 203 | 164 | 217 | 10 | 23 | 0 | 54 | 421 | 13 | 63 |
| Binary | 10000011 | 1110100 | 10001111 | 1000 | 10011 | 0 | 101100 | 100010001 | 1011 | 110011 |
Color Harmonies of #83748F
Complementary color
Monochromatic Colors of #83748F
Black with #83748F
Text Example
Text Example
White with #83748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83748F; }
p { color: rgb(131,116,143); }
H1.HeaderClassName
{
color: #83748F;
}
.AnyTagClassName
{
color: #83748F;
}
</style>
background-color css
<style>
a { background-color: #83748F; }
a { background-color: rgb(131,116,143); }
div.DivClassName
{
background-color: #83748F;
}
.BgClassName
{
background-color: #83748F;
}
</style>
border-color css
<style>
span { border-color: #83748F; }
span { border-color: rgb(131,116,143); }
td.TdClassName
{
border-color: #83748F;
}
.TagClassName
{
border-color: #83748F;
}
</style>