Shades of Topaz #7E7392
Tints of Topaz #7E7392
RGB
CMYK
RGB Variations
Color information
#7E7392 (or 0x7E7392) is known color: Topaz. HEX triplet: 7E, 73 and 92. RGB value is (126,115,146). Sum of RGB (Red+Green+Blue) = 126+115+146=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E7392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7392 is #818C6D. Grayscale: #797979. Windows color (decimal): -8490094 or 9597822. OLE color: 9597822.
HSL color Cylindrical-coordinate representation of color #7E7392: hue angle of 261.29º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E7392 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 115 | 146 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.43 |
| HSL | 261.29º | 0.12% | 0.51% | - |
| HSV(B) | 261.29º | 0.21% | 0.57% | - |
| XYZ | 19.92 | 18.77 | 29.77 | - |
| YUV | 121.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 146 | 0.14 | 0.21 | 0 | 0.43 | 261.29 | 0.12 | 0.51 |
| Hex | 7E | 73 | 92 | E | 15 | 0 | 2B | 105 | C | 33 |
| Octal | 176 | 163 | 222 | 16 | 25 | 0 | 53 | 405 | 14 | 63 |
| Binary | 1111110 | 1110011 | 10010010 | 1110 | 10101 | 0 | 101011 | 100000101 | 1100 | 110011 |
Color Harmonies of #7E7392
Complementary color
Monochromatic Colors of #7E7392
Black with #7E7392
Text Example
Text Example
White with #7E7392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7392; }
p { color: rgb(126,115,146); }
H1.HeaderClassName
{
color: #7E7392;
}
.AnyTagClassName
{
color: #7E7392;
}
</style>
background-color css
<style>
a { background-color: #7E7392; }
a { background-color: rgb(126,115,146); }
div.DivClassName
{
background-color: #7E7392;
}
.BgClassName
{
background-color: #7E7392;
}
</style>
border-color css
<style>
span { border-color: #7E7392; }
span { border-color: rgb(126,115,146); }
td.TdClassName
{
border-color: #7E7392;
}
.TagClassName
{
border-color: #7E7392;
}
</style>