Shades of Topaz #7D7190
Tints of Topaz #7D7190
RGB
CMYK
RGB Variations
Color information
#7D7190 (or 0x7D7190) is known color: Topaz. HEX triplet: 7D, 71 and 90. RGB value is (125,113,144). Sum of RGB (Red+Green+Blue) = 125+113+144=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7190 is #828E6F. Grayscale: #787878. Windows color (decimal): -8556144 or 9466237. OLE color: 9466237.
HSL color Cylindrical-coordinate representation of color #7D7190: hue angle of 263.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D7190 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 113 | 144 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.44 |
| HSL | 263.23º | 0.12% | 0.5% | - |
| HSV(B) | 263.23º | 0.22% | 0.56% | - |
| XYZ | 19.4 | 18.18 | 28.87 | - |
| YUV | 120.12 | 141.48 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 144 | 0.13 | 0.22 | 0 | 0.44 | 263.23 | 0.12 | 0.5 |
| Hex | 7D | 71 | 90 | D | 16 | 0 | 2C | 107 | C | 32 |
| Octal | 175 | 161 | 220 | 15 | 26 | 0 | 54 | 407 | 14 | 62 |
| Binary | 1111101 | 1110001 | 10010000 | 1101 | 10110 | 0 | 101100 | 100000111 | 1100 | 110010 |
Color Harmonies of #7D7190
Complementary color
Monochromatic Colors of #7D7190
Black with #7D7190
Text Example
Text Example
White with #7D7190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7190; }
p { color: rgb(125,113,144); }
H1.HeaderClassName
{
color: #7D7190;
}
.AnyTagClassName
{
color: #7D7190;
}
</style>
background-color css
<style>
a { background-color: #7D7190; }
a { background-color: rgb(125,113,144); }
div.DivClassName
{
background-color: #7D7190;
}
.BgClassName
{
background-color: #7D7190;
}
</style>
border-color css
<style>
span { border-color: #7D7190; }
span { border-color: rgb(125,113,144); }
td.TdClassName
{
border-color: #7D7190;
}
.TagClassName
{
border-color: #7D7190;
}
</style>