Shades of Topaz #7C758E
Tints of Topaz #7C758E
RGB
CMYK
RGB Variations
Color information
#7C758E (or 0x7C758E) is known color: Topaz. HEX triplet: 7C, 75 and 8E. RGB value is (124,117,142). Sum of RGB (Red+Green+Blue) = 124+117+142=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C758E is #838A71. Grayscale: #797979. Windows color (decimal): -8620658 or 9336188. OLE color: 9336188.
HSL color Cylindrical-coordinate representation of color #7C758E: hue angle of 256.8º 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 #7C758E is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 117 | 142 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.44 |
| HSL | 256.8º | 0.1% | 0.51% | - |
| HSV(B) | 256.8º | 0.18% | 0.56% | - |
| XYZ | 19.56 | 18.96 | 28.22 | - |
| YUV | 121.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 142 | 0.13 | 0.18 | 0 | 0.44 | 256.8 | 0.1 | 0.51 |
| Hex | 7C | 75 | 8E | D | 12 | 0 | 2C | 101 | A | 33 |
| Octal | 174 | 165 | 216 | 15 | 22 | 0 | 54 | 401 | 12 | 63 |
| Binary | 1111100 | 1110101 | 10001110 | 1101 | 10010 | 0 | 101100 | 100000001 | 1010 | 110011 |
Color Harmonies of #7C758E
Complementary color
Monochromatic Colors of #7C758E
Black with #7C758E
Text Example
Text Example
White with #7C758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C758E; }
p { color: rgb(124,117,142); }
H1.HeaderClassName
{
color: #7C758E;
}
.AnyTagClassName
{
color: #7C758E;
}
</style>
background-color css
<style>
a { background-color: #7C758E; }
a { background-color: rgb(124,117,142); }
div.DivClassName
{
background-color: #7C758E;
}
.BgClassName
{
background-color: #7C758E;
}
</style>
border-color css
<style>
span { border-color: #7C758E; }
span { border-color: rgb(124,117,142); }
td.TdClassName
{
border-color: #7C758E;
}
.TagClassName
{
border-color: #7C758E;
}
</style>