Shades of Topaz #7E718D
Tints of Topaz #7E718D
RGB
CMYK
RGB Variations
Color information
#7E718D (or 0x7E718D) is known color: Topaz. HEX triplet: 7E, 71 and 8D. RGB value is (126,113,141). Sum of RGB (Red+Green+Blue) = 126+113+141=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E718D is #818E72. Grayscale: #777777. Windows color (decimal): -8490611 or 9269630. OLE color: 9269630.
HSL color Cylindrical-coordinate representation of color #7E718D: hue angle of 267.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7E718D is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 113 | 141 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.45 |
| HSL | 267.86º | 0.11% | 0.5% | - |
| HSV(B) | 267.86º | 0.2% | 0.55% | - |
| XYZ | 19.32 | 18.17 | 27.69 | - |
| YUV | 120.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 141 | 0.11 | 0.20 | 0 | 0.45 | 267.86 | 0.11 | 0.5 |
| Hex | 7E | 71 | 8D | B | 14 | 0 | 2D | 10C | B | 32 |
| Octal | 176 | 161 | 215 | 13 | 24 | 0 | 55 | 414 | 13 | 62 |
| Binary | 1111110 | 1110001 | 10001101 | 1011 | 10100 | 0 | 101101 | 100001100 | 1011 | 110010 |
Color Harmonies of #7E718D
Complementary color
Monochromatic Colors of #7E718D
Black with #7E718D
Text Example
Text Example
White with #7E718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E718D; }
p { color: rgb(126,113,141); }
H1.HeaderClassName
{
color: #7E718D;
}
.AnyTagClassName
{
color: #7E718D;
}
</style>
background-color css
<style>
a { background-color: #7E718D; }
a { background-color: rgb(126,113,141); }
div.DivClassName
{
background-color: #7E718D;
}
.BgClassName
{
background-color: #7E718D;
}
</style>
border-color css
<style>
span { border-color: #7E718D; }
span { border-color: rgb(126,113,141); }
td.TdClassName
{
border-color: #7E718D;
}
.TagClassName
{
border-color: #7E718D;
}
</style>