Shades of Topaz #7E7890
Tints of Topaz #7E7890
RGB
CMYK
RGB Variations
Color information
#7E7890 (or 0x7E7890) is known color: Topaz. HEX triplet: 7E, 78 and 90. RGB value is (126,120,144). Sum of RGB (Red+Green+Blue) = 126+120+144=390 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.31% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E7890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7890 is #81876F. Grayscale: #7C7C7C. Windows color (decimal): -8488816 or 9468030. OLE color: 9468030.
HSL color Cylindrical-coordinate representation of color #7E7890: hue angle of 255º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E7890 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 120 | 144 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.44 |
| HSL | 255º | 0.1% | 0.52% | - |
| HSV(B) | 255º | 0.17% | 0.56% | - |
| XYZ | 20.35 | 19.88 | 29.15 | - |
| YUV | 124.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 120 | 144 | 0.12 | 0.17 | 0 | 0.44 | 255 | 0.1 | 0.52 |
| Hex | 7E | 78 | 90 | C | 11 | 0 | 2C | FF | A | 34 |
| Octal | 176 | 170 | 220 | 14 | 21 | 0 | 54 | 377 | 12 | 64 |
| Binary | 1111110 | 1111000 | 10010000 | 1100 | 10001 | 0 | 101100 | 11111111 | 1010 | 110100 |
Color Harmonies of #7E7890
Complementary color
Monochromatic Colors of #7E7890
Black with #7E7890
Text Example
Text Example
White with #7E7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7890; }
p { color: rgb(126,120,144); }
H1.HeaderClassName
{
color: #7E7890;
}
.AnyTagClassName
{
color: #7E7890;
}
</style>
background-color css
<style>
a { background-color: #7E7890; }
a { background-color: rgb(126,120,144); }
div.DivClassName
{
background-color: #7E7890;
}
.BgClassName
{
background-color: #7E7890;
}
</style>
border-color css
<style>
span { border-color: #7E7890; }
span { border-color: rgb(126,120,144); }
td.TdClassName
{
border-color: #7E7890;
}
.TagClassName
{
border-color: #7E7890;
}
</style>