Shades of Topaz #7E748F
Tints of Topaz #7E748F
RGB
CMYK
RGB Variations
Color information
#7E748F (or 0x7E748F) is known color: Topaz. HEX triplet: 7E, 74 and 8F. RGB value is (126,116,143). Sum of RGB (Red+Green+Blue) = 126+116+143=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E748F is #818B70. Grayscale: #797979. Windows color (decimal): -8489841 or 9401470. OLE color: 9401470.
HSL color Cylindrical-coordinate representation of color #7E748F: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E748F is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 116 | 143 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.44 |
| HSL | 262.22º | 0.11% | 0.51% | - |
| HSV(B) | 262.22º | 0.19% | 0.56% | - |
| XYZ | 19.81 | 18.91 | 28.59 | - |
| YUV | 122.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 143 | 0.12 | 0.19 | 0 | 0.44 | 262.22 | 0.11 | 0.51 |
| Hex | 7E | 74 | 8F | C | 13 | 0 | 2C | 106 | B | 33 |
| Octal | 176 | 164 | 217 | 14 | 23 | 0 | 54 | 406 | 13 | 63 |
| Binary | 1111110 | 1110100 | 10001111 | 1100 | 10011 | 0 | 101100 | 100000110 | 1011 | 110011 |
Color Harmonies of #7E748F
Complementary color
Monochromatic Colors of #7E748F
Black with #7E748F
Text Example
Text Example
White with #7E748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E748F; }
p { color: rgb(126,116,143); }
H1.HeaderClassName
{
color: #7E748F;
}
.AnyTagClassName
{
color: #7E748F;
}
</style>
background-color css
<style>
a { background-color: #7E748F; }
a { background-color: rgb(126,116,143); }
div.DivClassName
{
background-color: #7E748F;
}
.BgClassName
{
background-color: #7E748F;
}
</style>
border-color css
<style>
span { border-color: #7E748F; }
span { border-color: rgb(126,116,143); }
td.TdClassName
{
border-color: #7E748F;
}
.TagClassName
{
border-color: #7E748F;
}
</style>