Shades of Topaz #7C7391
Tints of Topaz #7C7391
RGB
CMYK
RGB Variations
Color information
#7C7391 (or 0x7C7391) is known color: Topaz. HEX triplet: 7C, 73 and 91. RGB value is (124,115,145). Sum of RGB (Red+Green+Blue) = 124+115+145=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #7C7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7391 is #838C6E. Grayscale: #787878. Windows color (decimal): -8621167 or 9532284. OLE color: 9532284.
HSL color Cylindrical-coordinate representation of color #7C7391: hue angle of 258º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7391 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 115 | 145 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.43 |
| HSL | 258º | 0.12% | 0.51% | - |
| HSV(B) | 258º | 0.21% | 0.57% | - |
| XYZ | 19.55 | 18.59 | 29.35 | - |
| YUV | 121.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 145 | 0.14 | 0.21 | 0 | 0.43 | 258 | 0.12 | 0.51 |
| Hex | 7C | 73 | 91 | E | 15 | 0 | 2B | 102 | C | 33 |
| Octal | 174 | 163 | 221 | 16 | 25 | 0 | 53 | 402 | 14 | 63 |
| Binary | 1111100 | 1110011 | 10010001 | 1110 | 10101 | 0 | 101011 | 100000010 | 1100 | 110011 |
Color Harmonies of #7C7391
Complementary color
Monochromatic Colors of #7C7391
Black with #7C7391
Text Example
Text Example
White with #7C7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7391; }
p { color: rgb(124,115,145); }
H1.HeaderClassName
{
color: #7C7391;
}
.AnyTagClassName
{
color: #7C7391;
}
</style>
background-color css
<style>
a { background-color: #7C7391; }
a { background-color: rgb(124,115,145); }
div.DivClassName
{
background-color: #7C7391;
}
.BgClassName
{
background-color: #7C7391;
}
</style>
border-color css
<style>
span { border-color: #7C7391; }
span { border-color: rgb(124,115,145); }
td.TdClassName
{
border-color: #7C7391;
}
.TagClassName
{
border-color: #7C7391;
}
</style>