Shades of Topaz #7E758D
Tints of Topaz #7E758D
RGB
CMYK
RGB Variations
Color information
#7E758D (or 0x7E758D) is known color: Topaz. HEX triplet: 7E, 75 and 8D. RGB value is (126,117,141). Sum of RGB (Red+Green+Blue) = 126+117+141=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E758D is #818A72. Grayscale: #7A7A7A. Windows color (decimal): -8489587 or 9270654. OLE color: 9270654.
HSL color Cylindrical-coordinate representation of color #7E758D: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7E758D is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 117 | 141 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.45 |
| HSL | 262.5º | 0.1% | 0.51% | - |
| HSV(B) | 262.5º | 0.17% | 0.55% | - |
| XYZ | 19.77 | 19.08 | 27.84 | - |
| YUV | 122.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 141 | 0.11 | 0.17 | 0 | 0.45 | 262.5 | 0.1 | 0.51 |
| Hex | 7E | 75 | 8D | B | 11 | 0 | 2D | 106 | A | 33 |
| Octal | 176 | 165 | 215 | 13 | 21 | 0 | 55 | 406 | 12 | 63 |
| Binary | 1111110 | 1110101 | 10001101 | 1011 | 10001 | 0 | 101101 | 100000110 | 1010 | 110011 |
Color Harmonies of #7E758D
Complementary color
Monochromatic Colors of #7E758D
Black with #7E758D
Text Example
Text Example
White with #7E758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E758D; }
p { color: rgb(126,117,141); }
H1.HeaderClassName
{
color: #7E758D;
}
.AnyTagClassName
{
color: #7E758D;
}
</style>
background-color css
<style>
a { background-color: #7E758D; }
a { background-color: rgb(126,117,141); }
div.DivClassName
{
background-color: #7E758D;
}
.BgClassName
{
background-color: #7E758D;
}
</style>
border-color css
<style>
span { border-color: #7E758D; }
span { border-color: rgb(126,117,141); }
td.TdClassName
{
border-color: #7E758D;
}
.TagClassName
{
border-color: #7E758D;
}
</style>