Shades of Topaz #7A768C
Tints of Topaz #7A768C
RGB
CMYK
RGB Variations
Color information
#7A768C (or 0x7A768C) is known color: Topaz. HEX triplet: 7A, 76 and 8C. RGB value is (122,118,140). Sum of RGB (Red+Green+Blue) = 122+118+140=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A768C is #858973. Grayscale: #797979. Windows color (decimal): -8751476 or 9205370. OLE color: 9205370.
HSL color Cylindrical-coordinate representation of color #7A768C: hue angle of 250.91º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A768C is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 118 | 140 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.45 |
| HSL | 250.91º | 0.09% | 0.51% | - |
| HSV(B) | 250.91º | 0.16% | 0.55% | - |
| XYZ | 19.24 | 18.99 | 27.46 | - |
| YUV | 121.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 140 | 0.13 | 0.16 | 0 | 0.45 | 250.91 | 0.09 | 0.51 |
| Hex | 7A | 76 | 8C | D | 10 | 0 | 2D | FB | 9 | 33 |
| Octal | 172 | 166 | 214 | 15 | 20 | 0 | 55 | 373 | 11 | 63 |
| Binary | 1111010 | 1110110 | 10001100 | 1101 | 10000 | 0 | 101101 | 11111011 | 1001 | 110011 |
Color Harmonies of #7A768C
Complementary color
Monochromatic Colors of #7A768C
Black with #7A768C
Text Example
Text Example
White with #7A768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A768C; }
p { color: rgb(122,118,140); }
H1.HeaderClassName
{
color: #7A768C;
}
.AnyTagClassName
{
color: #7A768C;
}
</style>
background-color css
<style>
a { background-color: #7A768C; }
a { background-color: rgb(122,118,140); }
div.DivClassName
{
background-color: #7A768C;
}
.BgClassName
{
background-color: #7A768C;
}
</style>
border-color css
<style>
span { border-color: #7A768C; }
span { border-color: rgb(122,118,140); }
td.TdClassName
{
border-color: #7A768C;
}
.TagClassName
{
border-color: #7A768C;
}
</style>