Shades of Topaz #7E708D
Tints of Topaz #7E708D
RGB
CMYK
RGB Variations
Color information
#7E708D (or 0x7E708D) is known color: Topaz. HEX triplet: 7E, 70 and 8D. RGB value is (126,112,141). Sum of RGB (Red+Green+Blue) = 126+112+141=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E708D is #818F72. Grayscale: #777777. Windows color (decimal): -8490867 or 9269374. OLE color: 9269374.
HSL color Cylindrical-coordinate representation of color #7E708D: hue angle of 268.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7E708D is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 112 | 141 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.45 |
| HSL | 268.97º | 0.11% | 0.5% | - |
| HSV(B) | 268.97º | 0.21% | 0.55% | - |
| XYZ | 19.21 | 17.95 | 27.65 | - |
| YUV | 119.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 141 | 0.11 | 0.21 | 0 | 0.45 | 268.97 | 0.11 | 0.5 |
| Hex | 7E | 70 | 8D | B | 15 | 0 | 2D | 10D | B | 32 |
| Octal | 176 | 160 | 215 | 13 | 25 | 0 | 55 | 415 | 13 | 62 |
| Binary | 1111110 | 1110000 | 10001101 | 1011 | 10101 | 0 | 101101 | 100001101 | 1011 | 110010 |
Color Harmonies of #7E708D
Complementary color
Monochromatic Colors of #7E708D
Black with #7E708D
Text Example
Text Example
White with #7E708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E708D; }
p { color: rgb(126,112,141); }
H1.HeaderClassName
{
color: #7E708D;
}
.AnyTagClassName
{
color: #7E708D;
}
</style>
background-color css
<style>
a { background-color: #7E708D; }
a { background-color: rgb(126,112,141); }
div.DivClassName
{
background-color: #7E708D;
}
.BgClassName
{
background-color: #7E708D;
}
</style>
border-color css
<style>
span { border-color: #7E708D; }
span { border-color: rgb(126,112,141); }
td.TdClassName
{
border-color: #7E708D;
}
.TagClassName
{
border-color: #7E708D;
}
</style>