Shades of Topaz #7C768E
Tints of Topaz #7C768E
RGB
CMYK
RGB Variations
Color information
#7C768E (or 0x7C768E) is known color: Topaz. HEX triplet: 7C, 76 and 8E. RGB value is (124,118,142). Sum of RGB (Red+Green+Blue) = 124+118+142=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C768E is #838971. Grayscale: #7A7A7A. Windows color (decimal): -8620402 or 9336444. OLE color: 9336444.
HSL color Cylindrical-coordinate representation of color #7C768E: hue angle of 255º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C768E is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 118 | 142 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.44 |
| HSL | 255º | 0.1% | 0.51% | - |
| HSV(B) | 255º | 0.17% | 0.56% | - |
| XYZ | 19.67 | 19.19 | 28.26 | - |
| YUV | 122.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 142 | 0.13 | 0.17 | 0 | 0.44 | 255 | 0.1 | 0.51 |
| Hex | 7C | 76 | 8E | D | 11 | 0 | 2C | FF | A | 33 |
| Octal | 174 | 166 | 216 | 15 | 21 | 0 | 54 | 377 | 12 | 63 |
| Binary | 1111100 | 1110110 | 10001110 | 1101 | 10001 | 0 | 101100 | 11111111 | 1010 | 110011 |
Color Harmonies of #7C768E
Complementary color
Monochromatic Colors of #7C768E
Black with #7C768E
Text Example
Text Example
White with #7C768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C768E; }
p { color: rgb(124,118,142); }
H1.HeaderClassName
{
color: #7C768E;
}
.AnyTagClassName
{
color: #7C768E;
}
</style>
background-color css
<style>
a { background-color: #7C768E; }
a { background-color: rgb(124,118,142); }
div.DivClassName
{
background-color: #7C768E;
}
.BgClassName
{
background-color: #7C768E;
}
</style>
border-color css
<style>
span { border-color: #7C768E; }
span { border-color: rgb(124,118,142); }
td.TdClassName
{
border-color: #7C768E;
}
.TagClassName
{
border-color: #7C768E;
}
</style>