Shades of Topaz #7E728D
Tints of Topaz #7E728D
RGB
CMYK
RGB Variations
Color information
#7E728D (or 0x7E728D) is known color: Topaz. HEX triplet: 7E, 72 and 8D. RGB value is (126,114,141). Sum of RGB (Red+Green+Blue) = 126+114+141=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 141 - color contains mainly: blue. Hex color #7E728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E728D is #818D72. Grayscale: #787878. Windows color (decimal): -8490355 or 9269886. OLE color: 9269886.
HSL color Cylindrical-coordinate representation of color #7E728D: hue angle of 266.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E728D is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 114 | 141 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.45 |
| HSL | 266.67º | 0.11% | 0.5% | - |
| HSV(B) | 266.67º | 0.19% | 0.55% | - |
| XYZ | 19.43 | 18.39 | 27.73 | - |
| YUV | 120.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 114 | 141 | 0.11 | 0.19 | 0 | 0.45 | 266.67 | 0.11 | 0.5 |
| Hex | 7E | 72 | 8D | B | 13 | 0 | 2D | 10B | B | 32 |
| Octal | 176 | 162 | 215 | 13 | 23 | 0 | 55 | 413 | 13 | 62 |
| Binary | 1111110 | 1110010 | 10001101 | 1011 | 10011 | 0 | 101101 | 100001011 | 1011 | 110010 |
Color Harmonies of #7E728D
Complementary color
Monochromatic Colors of #7E728D
Black with #7E728D
Text Example
Text Example
White with #7E728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E728D; }
p { color: rgb(126,114,141); }
H1.HeaderClassName
{
color: #7E728D;
}
.AnyTagClassName
{
color: #7E728D;
}
</style>
background-color css
<style>
a { background-color: #7E728D; }
a { background-color: rgb(126,114,141); }
div.DivClassName
{
background-color: #7E728D;
}
.BgClassName
{
background-color: #7E728D;
}
</style>
border-color css
<style>
span { border-color: #7E728D; }
span { border-color: rgb(126,114,141); }
td.TdClassName
{
border-color: #7E728D;
}
.TagClassName
{
border-color: #7E728D;
}
</style>