Shades of Topaz #7C768A
Tints of Topaz #7C768A
RGB
CMYK
RGB Variations
Color information
#7C768A (or 0x7C768A) is known color: Topaz. HEX triplet: 7C, 76 and 8A. RGB value is (124,118,138). Sum of RGB (Red+Green+Blue) = 124+118+138=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C768A is #838975. Grayscale: #7A7A7A. Windows color (decimal): -8620406 or 9074300. OLE color: 9074300.
HSL color Cylindrical-coordinate representation of color #7C768A: hue angle of 258º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C768A is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 118 | 138 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.46 |
| HSL | 258º | 0.08% | 0.5% | - |
| HSV(B) | 258º | 0.14% | 0.54% | - |
| XYZ | 19.38 | 19.08 | 26.71 | - |
| YUV | 122.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 138 | 0.10 | 0.14 | 0 | 0.46 | 258 | 0.08 | 0.5 |
| Hex | 7C | 76 | 8A | A | E | 0 | 2E | 102 | 8 | 32 |
| Octal | 174 | 166 | 212 | 12 | 16 | 0 | 56 | 402 | 10 | 62 |
| Binary | 1111100 | 1110110 | 10001010 | 1010 | 1110 | 0 | 101110 | 100000010 | 1000 | 110010 |
Color Harmonies of #7C768A
Complementary color
Monochromatic Colors of #7C768A
Black with #7C768A
Text Example
Text Example
White with #7C768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C768A; }
p { color: rgb(124,118,138); }
H1.HeaderClassName
{
color: #7C768A;
}
.AnyTagClassName
{
color: #7C768A;
}
</style>
background-color css
<style>
a { background-color: #7C768A; }
a { background-color: rgb(124,118,138); }
div.DivClassName
{
background-color: #7C768A;
}
.BgClassName
{
background-color: #7C768A;
}
</style>
border-color css
<style>
span { border-color: #7C768A; }
span { border-color: rgb(124,118,138); }
td.TdClassName
{
border-color: #7C768A;
}
.TagClassName
{
border-color: #7C768A;
}
</style>