Shades of Topaz #7A718B
Tints of Topaz #7A718B
RGB
CMYK
RGB Variations
Color information
#7A718B (or 0x7A718B) is known color: Topaz. HEX triplet: 7A, 71 and 8B. RGB value is (122,113,139). Sum of RGB (Red+Green+Blue) = 122+113+139=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A718B is #858E74. Grayscale: #767676. Windows color (decimal): -8752757 or 9138554. OLE color: 9138554.
HSL color Cylindrical-coordinate representation of color #7A718B: hue angle of 260.77º degrees, saturation: 0.1, 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 #7A718B is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 113 | 139 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.45 |
| HSL | 260.77º | 0.1% | 0.49% | - |
| HSV(B) | 260.77º | 0.19% | 0.55% | - |
| XYZ | 18.59 | 17.81 | 26.88 | - |
| YUV | 118.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 139 | 0.12 | 0.19 | 0 | 0.45 | 260.77 | 0.1 | 0.49 |
| Hex | 7A | 71 | 8B | C | 13 | 0 | 2D | 105 | A | 31 |
| Octal | 172 | 161 | 213 | 14 | 23 | 0 | 55 | 405 | 12 | 61 |
| Binary | 1111010 | 1110001 | 10001011 | 1100 | 10011 | 0 | 101101 | 100000101 | 1010 | 110001 |
Color Harmonies of #7A718B
Complementary color
Monochromatic Colors of #7A718B
Black with #7A718B
Text Example
Text Example
White with #7A718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A718B; }
p { color: rgb(122,113,139); }
H1.HeaderClassName
{
color: #7A718B;
}
.AnyTagClassName
{
color: #7A718B;
}
</style>
background-color css
<style>
a { background-color: #7A718B; }
a { background-color: rgb(122,113,139); }
div.DivClassName
{
background-color: #7A718B;
}
.BgClassName
{
background-color: #7A718B;
}
</style>
border-color css
<style>
span { border-color: #7A718B; }
span { border-color: rgb(122,113,139); }
td.TdClassName
{
border-color: #7A718B;
}
.TagClassName
{
border-color: #7A718B;
}
</style>