Shades of Topaz #7E6A92
Tints of Topaz #7E6A92
RGB
CMYK
RGB Variations
Color information
#7E6A92 (or 0x7E6A92) is known color: Topaz. HEX triplet: 7E, 6A and 92. RGB value is (126,106,146). Sum of RGB (Red+Green+Blue) = 126+106+146=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #7E6A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6A92 is #81956D. Grayscale: #747474. Windows color (decimal): -8492398 or 9595518. OLE color: 9595518.
HSL color Cylindrical-coordinate representation of color #7E6A92: hue angle of 270º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E6A92 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 106 | 146 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.43 |
| HSL | 270º | 0.16% | 0.49% | - |
| HSV(B) | 270º | 0.27% | 0.57% | - |
| XYZ | 18.95 | 16.82 | 29.44 | - |
| YUV | 116.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 106 | 146 | 0.14 | 0.27 | 0 | 0.43 | 270 | 0.16 | 0.49 |
| Hex | 7E | 6A | 92 | E | 1B | 0 | 2B | 10E | 10 | 31 |
| Octal | 176 | 152 | 222 | 16 | 33 | 0 | 53 | 416 | 20 | 61 |
| Binary | 1111110 | 1101010 | 10010010 | 1110 | 11011 | 0 | 101011 | 100001110 | 10000 | 110001 |
Color Harmonies of #7E6A92
Complementary color
Monochromatic Colors of #7E6A92
Black with #7E6A92
Text Example
Text Example
White with #7E6A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6A92; }
p { color: rgb(126,106,146); }
H1.HeaderClassName
{
color: #7E6A92;
}
.AnyTagClassName
{
color: #7E6A92;
}
</style>
background-color css
<style>
a { background-color: #7E6A92; }
a { background-color: rgb(126,106,146); }
div.DivClassName
{
background-color: #7E6A92;
}
.BgClassName
{
background-color: #7E6A92;
}
</style>
border-color css
<style>
span { border-color: #7E6A92; }
span { border-color: rgb(126,106,146); }
td.TdClassName
{
border-color: #7E6A92;
}
.TagClassName
{
border-color: #7E6A92;
}
</style>