Shades of Topaz #7C768F
Tints of Topaz #7C768F
RGB
CMYK
RGB Variations
Color information
#7C768F (or 0x7C768F) is known color: Topaz. HEX triplet: 7C, 76 and 8F. RGB value is (124,118,143). Sum of RGB (Red+Green+Blue) = 124+118+143=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C768F is #838970. Grayscale: #7A7A7A. Windows color (decimal): -8620401 or 9401980. OLE color: 9401980.
HSL color Cylindrical-coordinate representation of color #7C768F: hue angle of 254.4º 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 #7C768F is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 118 | 143 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.44 |
| HSL | 254.4º | 0.1% | 0.51% | - |
| HSV(B) | 254.4º | 0.17% | 0.56% | - |
| XYZ | 19.75 | 19.23 | 28.66 | - |
| YUV | 122.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 143 | 0.13 | 0.17 | 0 | 0.44 | 254.4 | 0.1 | 0.51 |
| Hex | 7C | 76 | 8F | D | 11 | 0 | 2C | FE | A | 33 |
| Octal | 174 | 166 | 217 | 15 | 21 | 0 | 54 | 376 | 12 | 63 |
| Binary | 1111100 | 1110110 | 10001111 | 1101 | 10001 | 0 | 101100 | 11111110 | 1010 | 110011 |
Color Harmonies of #7C768F
Complementary color
Monochromatic Colors of #7C768F
Black with #7C768F
Text Example
Text Example
White with #7C768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C768F; }
p { color: rgb(124,118,143); }
H1.HeaderClassName
{
color: #7C768F;
}
.AnyTagClassName
{
color: #7C768F;
}
</style>
background-color css
<style>
a { background-color: #7C768F; }
a { background-color: rgb(124,118,143); }
div.DivClassName
{
background-color: #7C768F;
}
.BgClassName
{
background-color: #7C768F;
}
</style>
border-color css
<style>
span { border-color: #7C768F; }
span { border-color: rgb(124,118,143); }
td.TdClassName
{
border-color: #7C768F;
}
.TagClassName
{
border-color: #7C768F;
}
</style>