Shades of Topaz #7E7789
Tints of Topaz #7E7789
RGB
CMYK
RGB Variations
Color information
#7E7789 (or 0x7E7789) is known color: Topaz. HEX triplet: 7E, 77 and 89. RGB value is (126,119,137). Sum of RGB (Red+Green+Blue) = 126+119+137=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #7E7789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7789 is #818876. Grayscale: #7B7B7B. Windows color (decimal): -8489079 or 9009022. OLE color: 9009022.
HSL color Cylindrical-coordinate representation of color #7E7789: hue angle of 263.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E7789 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 119 | 137 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.46 |
| HSL | 263.33º | 0.07% | 0.5% | - |
| HSV(B) | 263.33º | 0.13% | 0.54% | - |
| XYZ | 19.72 | 19.44 | 26.38 | - |
| YUV | 123.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 119 | 137 | 0.08 | 0.13 | 0 | 0.46 | 263.33 | 0.07 | 0.5 |
| Hex | 7E | 77 | 89 | 8 | D | 0 | 2E | 107 | 7 | 32 |
| Octal | 176 | 167 | 211 | 10 | 15 | 0 | 56 | 407 | 7 | 62 |
| Binary | 1111110 | 1110111 | 10001001 | 1000 | 1101 | 0 | 101110 | 100000111 | 111 | 110010 |
Color Harmonies of #7E7789
Complementary color
Monochromatic Colors of #7E7789
Black with #7E7789
Text Example
Text Example
White with #7E7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7789; }
p { color: rgb(126,119,137); }
H1.HeaderClassName
{
color: #7E7789;
}
.AnyTagClassName
{
color: #7E7789;
}
</style>
background-color css
<style>
a { background-color: #7E7789; }
a { background-color: rgb(126,119,137); }
div.DivClassName
{
background-color: #7E7789;
}
.BgClassName
{
background-color: #7E7789;
}
</style>
border-color css
<style>
span { border-color: #7E7789; }
span { border-color: rgb(126,119,137); }
td.TdClassName
{
border-color: #7E7789;
}
.TagClassName
{
border-color: #7E7789;
}
</style>