Shades of Topaz #7C758F
Tints of Topaz #7C758F
RGB
CMYK
RGB Variations
Color information
#7C758F (or 0x7C758F) is known color: Topaz. HEX triplet: 7C, 75 and 8F. RGB value is (124,117,143). Sum of RGB (Red+Green+Blue) = 124+117+143=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C758F is #838A70. Grayscale: #797979. Windows color (decimal): -8620657 or 9401724. OLE color: 9401724.
HSL color Cylindrical-coordinate representation of color #7C758F: hue angle of 256.15º 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 #7C758F is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 117 | 143 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.44 |
| HSL | 256.15º | 0.1% | 0.51% | - |
| HSV(B) | 256.15º | 0.18% | 0.56% | - |
| XYZ | 19.63 | 18.99 | 28.62 | - |
| YUV | 122.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 143 | 0.13 | 0.18 | 0 | 0.44 | 256.15 | 0.1 | 0.51 |
| Hex | 7C | 75 | 8F | D | 12 | 0 | 2C | 100 | A | 33 |
| Octal | 174 | 165 | 217 | 15 | 22 | 0 | 54 | 400 | 12 | 63 |
| Binary | 1111100 | 1110101 | 10001111 | 1101 | 10010 | 0 | 101100 | 100000000 | 1010 | 110011 |
Color Harmonies of #7C758F
Complementary color
Monochromatic Colors of #7C758F
Black with #7C758F
Text Example
Text Example
White with #7C758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C758F; }
p { color: rgb(124,117,143); }
H1.HeaderClassName
{
color: #7C758F;
}
.AnyTagClassName
{
color: #7C758F;
}
</style>
background-color css
<style>
a { background-color: #7C758F; }
a { background-color: rgb(124,117,143); }
div.DivClassName
{
background-color: #7C758F;
}
.BgClassName
{
background-color: #7C758F;
}
</style>
border-color css
<style>
span { border-color: #7C758F; }
span { border-color: rgb(124,117,143); }
td.TdClassName
{
border-color: #7C758F;
}
.TagClassName
{
border-color: #7C758F;
}
</style>