Shades of Topaz #7E7589
Tints of Topaz #7E7589
RGB
CMYK
RGB Variations
Color information
#7E7589 (or 0x7E7589) is known color: Topaz. HEX triplet: 7E, 75 and 89. RGB value is (126,117,137). Sum of RGB (Red+Green+Blue) = 126+117+137=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E7589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7589 is #818A76. Grayscale: #797979. Windows color (decimal): -8489591 or 9008510. OLE color: 9008510.
HSL color Cylindrical-coordinate representation of color #7E7589: hue angle of 267º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E7589 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 117 | 137 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.46 |
| HSL | 267º | 0.08% | 0.5% | - |
| HSV(B) | 267º | 0.15% | 0.54% | - |
| XYZ | 19.48 | 18.96 | 26.3 | - |
| YUV | 121.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 137 | 0.08 | 0.15 | 0 | 0.46 | 267 | 0.08 | 0.5 |
| Hex | 7E | 75 | 89 | 8 | F | 0 | 2E | 10B | 8 | 32 |
| Octal | 176 | 165 | 211 | 10 | 17 | 0 | 56 | 413 | 10 | 62 |
| Binary | 1111110 | 1110101 | 10001001 | 1000 | 1111 | 0 | 101110 | 100001011 | 1000 | 110010 |
Color Harmonies of #7E7589
Complementary color
Monochromatic Colors of #7E7589
Black with #7E7589
Text Example
Text Example
White with #7E7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7589; }
p { color: rgb(126,117,137); }
H1.HeaderClassName
{
color: #7E7589;
}
.AnyTagClassName
{
color: #7E7589;
}
</style>
background-color css
<style>
a { background-color: #7E7589; }
a { background-color: rgb(126,117,137); }
div.DivClassName
{
background-color: #7E7589;
}
.BgClassName
{
background-color: #7E7589;
}
</style>
border-color css
<style>
span { border-color: #7E7589; }
span { border-color: rgb(126,117,137); }
td.TdClassName
{
border-color: #7E7589;
}
.TagClassName
{
border-color: #7E7589;
}
</style>