Shades of Topaz #7C7390
Tints of Topaz #7C7390
RGB
CMYK
RGB Variations
Color information
#7C7390 (or 0x7C7390) is known color: Topaz. HEX triplet: 7C, 73 and 90. RGB value is (124,115,144). Sum of RGB (Red+Green+Blue) = 124+115+144=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #7C7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7390 is #838C6F. Grayscale: #787878. Windows color (decimal): -8621168 or 9466748. OLE color: 9466748.
HSL color Cylindrical-coordinate representation of color #7C7390: hue angle of 258.62º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C7390 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 115 | 144 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.44 |
| HSL | 258.62º | 0.12% | 0.51% | - |
| HSV(B) | 258.62º | 0.2% | 0.56% | - |
| XYZ | 19.48 | 18.56 | 28.94 | - |
| YUV | 121 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 144 | 0.14 | 0.20 | 0 | 0.44 | 258.62 | 0.12 | 0.51 |
| Hex | 7C | 73 | 90 | E | 14 | 0 | 2C | 103 | C | 33 |
| Octal | 174 | 163 | 220 | 16 | 24 | 0 | 54 | 403 | 14 | 63 |
| Binary | 1111100 | 1110011 | 10010000 | 1110 | 10100 | 0 | 101100 | 100000011 | 1100 | 110011 |
Color Harmonies of #7C7390
Complementary color
Monochromatic Colors of #7C7390
Black with #7C7390
Text Example
Text Example
White with #7C7390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7390; }
p { color: rgb(124,115,144); }
H1.HeaderClassName
{
color: #7C7390;
}
.AnyTagClassName
{
color: #7C7390;
}
</style>
background-color css
<style>
a { background-color: #7C7390; }
a { background-color: rgb(124,115,144); }
div.DivClassName
{
background-color: #7C7390;
}
.BgClassName
{
background-color: #7C7390;
}
</style>
border-color css
<style>
span { border-color: #7C7390; }
span { border-color: rgb(124,115,144); }
td.TdClassName
{
border-color: #7C7390;
}
.TagClassName
{
border-color: #7C7390;
}
</style>