Shades of Topaz #7E6992
Tints of Topaz #7E6992
RGB
CMYK
RGB Variations
Color information
#7E6992 (or 0x7E6992) is known color: Topaz. HEX triplet: 7E, 69 and 92. RGB value is (126,105,146). Sum of RGB (Red+Green+Blue) = 126+105+146=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6992 is #81966D. Grayscale: #737373. Windows color (decimal): -8492654 or 9595262. OLE color: 9595262.
HSL color Cylindrical-coordinate representation of color #7E6992: hue angle of 270.73º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E6992 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 105 | 146 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.43 |
| HSL | 270.73º | 0.16% | 0.49% | - |
| HSV(B) | 270.73º | 0.28% | 0.57% | - |
| XYZ | 18.84 | 16.61 | 29.41 | - |
| YUV | 115.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 146 | 0.14 | 0.28 | 0 | 0.43 | 270.73 | 0.16 | 0.49 |
| Hex | 7E | 69 | 92 | E | 1C | 0 | 2B | 10F | 10 | 31 |
| Octal | 176 | 151 | 222 | 16 | 34 | 0 | 53 | 417 | 20 | 61 |
| Binary | 1111110 | 1101001 | 10010010 | 1110 | 11100 | 0 | 101011 | 100001111 | 10000 | 110001 |
Color Harmonies of #7E6992
Complementary color
Monochromatic Colors of #7E6992
Black with #7E6992
Text Example
Text Example
White with #7E6992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6992; }
p { color: rgb(126,105,146); }
H1.HeaderClassName
{
color: #7E6992;
}
.AnyTagClassName
{
color: #7E6992;
}
</style>
background-color css
<style>
a { background-color: #7E6992; }
a { background-color: rgb(126,105,146); }
div.DivClassName
{
background-color: #7E6992;
}
.BgClassName
{
background-color: #7E6992;
}
</style>
border-color css
<style>
span { border-color: #7E6992; }
span { border-color: rgb(126,105,146); }
td.TdClassName
{
border-color: #7E6992;
}
.TagClassName
{
border-color: #7E6992;
}
</style>