Shades of Topaz #7A758D
Tints of Topaz #7A758D
RGB
CMYK
RGB Variations
Color information
#7A758D (or 0x7A758D) is known color: Topaz. HEX triplet: 7A, 75 and 8D. RGB value is (122,117,141). Sum of RGB (Red+Green+Blue) = 122+117+141=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A758D is #858A72. Grayscale: #797979. Windows color (decimal): -8751731 or 9270650. OLE color: 9270650.
HSL color Cylindrical-coordinate representation of color #7A758D: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A758D is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 117 | 141 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.45 |
| HSL | 252.5º | 0.1% | 0.51% | - |
| HSV(B) | 252.5º | 0.17% | 0.55% | - |
| XYZ | 19.2 | 18.78 | 27.81 | - |
| YUV | 121.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 141 | 0.13 | 0.17 | 0 | 0.45 | 252.5 | 0.1 | 0.51 |
| Hex | 7A | 75 | 8D | D | 11 | 0 | 2D | FD | A | 33 |
| Octal | 172 | 165 | 215 | 15 | 21 | 0 | 55 | 375 | 12 | 63 |
| Binary | 1111010 | 1110101 | 10001101 | 1101 | 10001 | 0 | 101101 | 11111101 | 1010 | 110011 |
Color Harmonies of #7A758D
Complementary color
Monochromatic Colors of #7A758D
Black with #7A758D
Text Example
Text Example
White with #7A758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A758D; }
p { color: rgb(122,117,141); }
H1.HeaderClassName
{
color: #7A758D;
}
.AnyTagClassName
{
color: #7A758D;
}
</style>
background-color css
<style>
a { background-color: #7A758D; }
a { background-color: rgb(122,117,141); }
div.DivClassName
{
background-color: #7A758D;
}
.BgClassName
{
background-color: #7A758D;
}
</style>
border-color css
<style>
span { border-color: #7A758D; }
span { border-color: rgb(122,117,141); }
td.TdClassName
{
border-color: #7A758D;
}
.TagClassName
{
border-color: #7A758D;
}
</style>