Shades of Topaz #7C6990
Tints of Topaz #7C6990
RGB
CMYK
RGB Variations
Color information
#7C6990 (or 0x7C6990) is known color: Topaz. HEX triplet: 7C, 69 and 90. RGB value is (124,105,144). Sum of RGB (Red+Green+Blue) = 124+105+144=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6990 is #83966F. Grayscale: #727272. Windows color (decimal): -8623728 or 9464188. OLE color: 9464188.
HSL color Cylindrical-coordinate representation of color #7C6990: hue angle of 269.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C6990 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 105 | 144 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.44 |
| HSL | 269.23º | 0.16% | 0.49% | - |
| HSV(B) | 269.23º | 0.27% | 0.56% | - |
| XYZ | 18.4 | 16.4 | 28.58 | - |
| YUV | 115.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 144 | 0.14 | 0.27 | 0 | 0.44 | 269.23 | 0.16 | 0.49 |
| Hex | 7C | 69 | 90 | E | 1B | 0 | 2C | 10D | 10 | 31 |
| Octal | 174 | 151 | 220 | 16 | 33 | 0 | 54 | 415 | 20 | 61 |
| Binary | 1111100 | 1101001 | 10010000 | 1110 | 11011 | 0 | 101100 | 100001101 | 10000 | 110001 |
Color Harmonies of #7C6990
Complementary color
Monochromatic Colors of #7C6990
Black with #7C6990
Text Example
Text Example
White with #7C6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6990; }
p { color: rgb(124,105,144); }
H1.HeaderClassName
{
color: #7C6990;
}
.AnyTagClassName
{
color: #7C6990;
}
</style>
background-color css
<style>
a { background-color: #7C6990; }
a { background-color: rgb(124,105,144); }
div.DivClassName
{
background-color: #7C6990;
}
.BgClassName
{
background-color: #7C6990;
}
</style>
border-color css
<style>
span { border-color: #7C6990; }
span { border-color: rgb(124,105,144); }
td.TdClassName
{
border-color: #7C6990;
}
.TagClassName
{
border-color: #7C6990;
}
</style>