Shades of Topaz #7A758E
Tints of Topaz #7A758E
RGB
CMYK
RGB Variations
Color information
#7A758E (or 0x7A758E) is known color: Topaz. HEX triplet: 7A, 75 and 8E. RGB value is (122,117,142). Sum of RGB (Red+Green+Blue) = 122+117+142=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A758E is #858A71. Grayscale: #797979. Windows color (decimal): -8751730 or 9336186. OLE color: 9336186.
HSL color Cylindrical-coordinate representation of color #7A758E: hue angle of 252º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A758E is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 117 | 142 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.44 |
| HSL | 252º | 0.1% | 0.51% | - |
| HSV(B) | 252º | 0.18% | 0.56% | - |
| XYZ | 19.27 | 18.81 | 28.21 | - |
| YUV | 121.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 142 | 0.14 | 0.18 | 0 | 0.44 | 252 | 0.1 | 0.51 |
| Hex | 7A | 75 | 8E | E | 12 | 0 | 2C | FC | A | 33 |
| Octal | 172 | 165 | 216 | 16 | 22 | 0 | 54 | 374 | 12 | 63 |
| Binary | 1111010 | 1110101 | 10001110 | 1110 | 10010 | 0 | 101100 | 11111100 | 1010 | 110011 |
Color Harmonies of #7A758E
Complementary color
Monochromatic Colors of #7A758E
Black with #7A758E
Text Example
Text Example
White with #7A758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A758E; }
p { color: rgb(122,117,142); }
H1.HeaderClassName
{
color: #7A758E;
}
.AnyTagClassName
{
color: #7A758E;
}
</style>
background-color css
<style>
a { background-color: #7A758E; }
a { background-color: rgb(122,117,142); }
div.DivClassName
{
background-color: #7A758E;
}
.BgClassName
{
background-color: #7A758E;
}
</style>
border-color css
<style>
span { border-color: #7A758E; }
span { border-color: rgb(122,117,142); }
td.TdClassName
{
border-color: #7A758E;
}
.TagClassName
{
border-color: #7A758E;
}
</style>