Shades of Topaz #7A708B
Tints of Topaz #7A708B
RGB
CMYK
RGB Variations
Color information
#7A708B (or 0x7A708B) is known color: Topaz. HEX triplet: 7A, 70 and 8B. RGB value is (122,112,139). Sum of RGB (Red+Green+Blue) = 122+112+139=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A708B is #858F74. Grayscale: #757575. Windows color (decimal): -8753013 or 9138298. OLE color: 9138298.
HSL color Cylindrical-coordinate representation of color #7A708B: hue angle of 262.22º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A708B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 112 | 139 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.45 |
| HSL | 262.22º | 0.11% | 0.49% | - |
| HSV(B) | 262.22º | 0.19% | 0.55% | - |
| XYZ | 18.48 | 17.59 | 26.85 | - |
| YUV | 118.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 139 | 0.12 | 0.19 | 0 | 0.45 | 262.22 | 0.11 | 0.49 |
| Hex | 7A | 70 | 8B | C | 13 | 0 | 2D | 106 | B | 31 |
| Octal | 172 | 160 | 213 | 14 | 23 | 0 | 55 | 406 | 13 | 61 |
| Binary | 1111010 | 1110000 | 10001011 | 1100 | 10011 | 0 | 101101 | 100000110 | 1011 | 110001 |
Color Harmonies of #7A708B
Complementary color
Monochromatic Colors of #7A708B
Black with #7A708B
Text Example
Text Example
White with #7A708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A708B; }
p { color: rgb(122,112,139); }
H1.HeaderClassName
{
color: #7A708B;
}
.AnyTagClassName
{
color: #7A708B;
}
</style>
background-color css
<style>
a { background-color: #7A708B; }
a { background-color: rgb(122,112,139); }
div.DivClassName
{
background-color: #7A708B;
}
.BgClassName
{
background-color: #7A708B;
}
</style>
border-color css
<style>
span { border-color: #7A708B; }
span { border-color: rgb(122,112,139); }
td.TdClassName
{
border-color: #7A708B;
}
.TagClassName
{
border-color: #7A708B;
}
</style>