Shades of Topaz #83748A
Tints of Topaz #83748A
RGB
CMYK
RGB Variations
Color information
#83748A (or 0x83748A) is known color: Topaz. HEX triplet: 83, 74 and 8A. RGB value is (131,116,138). Sum of RGB (Red+Green+Blue) = 131+116+138=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #83748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83748A is #7C8B75. Grayscale: #7A7A7A. Windows color (decimal): -8162166 or 9073795. OLE color: 9073795.
HSL color Cylindrical-coordinate representation of color #83748A: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83748A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 116 | 138 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.46 |
| HSL | 280.91º | 0.09% | 0.5% | - |
| HSV(B) | 280.91º | 0.16% | 0.54% | - |
| XYZ | 20.19 | 19.15 | 26.68 | - |
| YUV | 122.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 138 | 0.05 | 0.16 | 0 | 0.46 | 280.91 | 0.09 | 0.5 |
| Hex | 83 | 74 | 8A | 5 | 10 | 0 | 2E | 119 | 9 | 32 |
| Octal | 203 | 164 | 212 | 5 | 20 | 0 | 56 | 431 | 11 | 62 |
| Binary | 10000011 | 1110100 | 10001010 | 101 | 10000 | 0 | 101110 | 100011001 | 1001 | 110010 |
Color Harmonies of #83748A
Complementary color
Monochromatic Colors of #83748A
Black with #83748A
Text Example
Text Example
White with #83748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83748A; }
p { color: rgb(131,116,138); }
H1.HeaderClassName
{
color: #83748A;
}
.AnyTagClassName
{
color: #83748A;
}
</style>
background-color css
<style>
a { background-color: #83748A; }
a { background-color: rgb(131,116,138); }
div.DivClassName
{
background-color: #83748A;
}
.BgClassName
{
background-color: #83748A;
}
</style>
border-color css
<style>
span { border-color: #83748A; }
span { border-color: rgb(131,116,138); }
td.TdClassName
{
border-color: #83748A;
}
.TagClassName
{
border-color: #83748A;
}
</style>