Shades of Topaz #7A6F90
Tints of Topaz #7A6F90
RGB
CMYK
RGB Variations
Color information
#7A6F90 (or 0x7A6F90) is known color: Topaz. HEX triplet: 7A, 6F and 90. RGB value is (122,111,144). Sum of RGB (Red+Green+Blue) = 122+111+144=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A6F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6F90 is #85906F. Grayscale: #757575. Windows color (decimal): -8753264 or 9465722. OLE color: 9465722.
HSL color Cylindrical-coordinate representation of color #7A6F90: hue angle of 260º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6F90 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 111 | 144 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.44 |
| HSL | 260º | 0.13% | 0.5% | - |
| HSV(B) | 260º | 0.23% | 0.56% | - |
| XYZ | 18.74 | 17.52 | 28.78 | - |
| YUV | 118.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 144 | 0.15 | 0.23 | 0 | 0.44 | 260 | 0.13 | 0.5 |
| Hex | 7A | 6F | 90 | F | 17 | 0 | 2C | 104 | D | 32 |
| Octal | 172 | 157 | 220 | 17 | 27 | 0 | 54 | 404 | 15 | 62 |
| Binary | 1111010 | 1101111 | 10010000 | 1111 | 10111 | 0 | 101100 | 100000100 | 1101 | 110010 |
Color Harmonies of #7A6F90
Complementary color
Monochromatic Colors of #7A6F90
Black with #7A6F90
Text Example
Text Example
White with #7A6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F90; }
p { color: rgb(122,111,144); }
H1.HeaderClassName
{
color: #7A6F90;
}
.AnyTagClassName
{
color: #7A6F90;
}
</style>
background-color css
<style>
a { background-color: #7A6F90; }
a { background-color: rgb(122,111,144); }
div.DivClassName
{
background-color: #7A6F90;
}
.BgClassName
{
background-color: #7A6F90;
}
</style>
border-color css
<style>
span { border-color: #7A6F90; }
span { border-color: rgb(122,111,144); }
td.TdClassName
{
border-color: #7A6F90;
}
.TagClassName
{
border-color: #7A6F90;
}
</style>