Shades of Topaz #7E7291
Tints of Topaz #7E7291
RGB
CMYK
RGB Variations
Color information
#7E7291 (or 0x7E7291) is known color: Topaz. HEX triplet: 7E, 72 and 91. RGB value is (126,114,145). Sum of RGB (Red+Green+Blue) = 126+114+145=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E7291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7291 is #818D6E. Grayscale: #797979. Windows color (decimal): -8490351 or 9532030. OLE color: 9532030.
HSL color Cylindrical-coordinate representation of color #7E7291: hue angle of 263.23º 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 #7E7291 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 114 | 145 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.43 |
| HSL | 263.23º | 0.12% | 0.51% | - |
| HSV(B) | 263.23º | 0.21% | 0.57% | - |
| XYZ | 19.73 | 18.51 | 29.32 | - |
| YUV | 121.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 145 | 0.13 | 0.21 | 0 | 0.43 | 263.23 | 0.12 | 0.51 |
| Hex | 7E | 72 | 91 | D | 15 | 0 | 2B | 107 | C | 33 |
| Octal | 176 | 162 | 221 | 15 | 25 | 0 | 53 | 407 | 14 | 63 |
| Binary | 1111110 | 1110010 | 10010001 | 1101 | 10101 | 0 | 101011 | 100000111 | 1100 | 110011 |
Color Harmonies of #7E7291
Complementary color
Monochromatic Colors of #7E7291
Black with #7E7291
Text Example
Text Example
White with #7E7291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7291; }
p { color: rgb(126,114,145); }
H1.HeaderClassName
{
color: #7E7291;
}
.AnyTagClassName
{
color: #7E7291;
}
</style>
background-color css
<style>
a { background-color: #7E7291; }
a { background-color: rgb(126,114,145); }
div.DivClassName
{
background-color: #7E7291;
}
.BgClassName
{
background-color: #7E7291;
}
</style>
border-color css
<style>
span { border-color: #7E7291; }
span { border-color: rgb(126,114,145); }
td.TdClassName
{
border-color: #7E7291;
}
.TagClassName
{
border-color: #7E7291;
}
</style>