Shades of Topaz #7A708D
Tints of Topaz #7A708D
RGB
CMYK
RGB Variations
Color information
#7A708D (or 0x7A708D) is known color: Topaz. HEX triplet: 7A, 70 and 8D. RGB value is (122,112,141). Sum of RGB (Red+Green+Blue) = 122+112+141=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A708D is #858F72. Grayscale: #767676. Windows color (decimal): -8753011 or 9269370. OLE color: 9269370.
HSL color Cylindrical-coordinate representation of color #7A708D: hue angle of 260.69º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A708D is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 112 | 141 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.45 |
| HSL | 260.69º | 0.11% | 0.5% | - |
| HSV(B) | 260.69º | 0.21% | 0.55% | - |
| XYZ | 18.63 | 17.65 | 27.62 | - |
| YUV | 118.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 141 | 0.13 | 0.21 | 0 | 0.45 | 260.69 | 0.11 | 0.5 |
| Hex | 7A | 70 | 8D | D | 15 | 0 | 2D | 105 | B | 32 |
| Octal | 172 | 160 | 215 | 15 | 25 | 0 | 55 | 405 | 13 | 62 |
| Binary | 1111010 | 1110000 | 10001101 | 1101 | 10101 | 0 | 101101 | 100000101 | 1011 | 110010 |
Color Harmonies of #7A708D
Complementary color
Monochromatic Colors of #7A708D
Black with #7A708D
Text Example
Text Example
White with #7A708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A708D; }
p { color: rgb(122,112,141); }
H1.HeaderClassName
{
color: #7A708D;
}
.AnyTagClassName
{
color: #7A708D;
}
</style>
background-color css
<style>
a { background-color: #7A708D; }
a { background-color: rgb(122,112,141); }
div.DivClassName
{
background-color: #7A708D;
}
.BgClassName
{
background-color: #7A708D;
}
</style>
border-color css
<style>
span { border-color: #7A708D; }
span { border-color: rgb(122,112,141); }
td.TdClassName
{
border-color: #7A708D;
}
.TagClassName
{
border-color: #7A708D;
}
</style>