Shades of Topaz #7C6890
Tints of Topaz #7C6890
RGB
CMYK
RGB Variations
Color information
#7C6890 (or 0x7C6890) is known color: Topaz. HEX triplet: 7C, 68 and 90. RGB value is (124,104,144). Sum of RGB (Red+Green+Blue) = 124+104+144=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6890 is #83976F. Grayscale: #727272. Windows color (decimal): -8623984 or 9463932. OLE color: 9463932.
HSL color Cylindrical-coordinate representation of color #7C6890: hue angle of 270º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C6890 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 104 | 144 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.44 |
| HSL | 270º | 0.16% | 0.49% | - |
| HSV(B) | 270º | 0.28% | 0.56% | - |
| XYZ | 18.3 | 16.2 | 28.55 | - |
| YUV | 114.54 | 144.63 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 144 | 0.14 | 0.28 | 0 | 0.44 | 270 | 0.16 | 0.49 |
| Hex | 7C | 68 | 90 | E | 1C | 0 | 2C | 10E | 10 | 31 |
| Octal | 174 | 150 | 220 | 16 | 34 | 0 | 54 | 416 | 20 | 61 |
| Binary | 1111100 | 1101000 | 10010000 | 1110 | 11100 | 0 | 101100 | 100001110 | 10000 | 110001 |
Color Harmonies of #7C6890
Complementary color
Monochromatic Colors of #7C6890
Black with #7C6890
Text Example
Text Example
White with #7C6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6890; }
p { color: rgb(124,104,144); }
H1.HeaderClassName
{
color: #7C6890;
}
.AnyTagClassName
{
color: #7C6890;
}
</style>
background-color css
<style>
a { background-color: #7C6890; }
a { background-color: rgb(124,104,144); }
div.DivClassName
{
background-color: #7C6890;
}
.BgClassName
{
background-color: #7C6890;
}
</style>
border-color css
<style>
span { border-color: #7C6890; }
span { border-color: rgb(124,104,144); }
td.TdClassName
{
border-color: #7C6890;
}
.TagClassName
{
border-color: #7C6890;
}
</style>