Shades of Topaz #7A7681
Tints of Topaz #7A7681
RGB
CMYK
RGB Variations
Color information
#7A7681 (or 0x7A7681) is known color: Topaz. HEX triplet: 7A, 76 and 81. RGB value is (122,118,129). Sum of RGB (Red+Green+Blue) = 122+118+129=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 129 - color contains mainly: blue. Hex color #7A7681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7681 is #85897E. Grayscale: #787878. Windows color (decimal): -8751487 or 8484474. OLE color: 8484474.
HSL color Cylindrical-coordinate representation of color #7A7681: hue angle of 261.82º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A7681 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 118 | 129 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.49 |
| HSL | 261.82º | 0.04% | 0.48% | - |
| HSV(B) | 261.82º | 0.09% | 0.51% | - |
| XYZ | 18.47 | 18.68 | 23.4 | - |
| YUV | 120.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 129 | 0.05 | 0.09 | 0 | 0.49 | 261.82 | 0.04 | 0.48 |
| Hex | 7A | 76 | 81 | 5 | 9 | 0 | 31 | 106 | 4 | 30 |
| Octal | 172 | 166 | 201 | 5 | 11 | 0 | 61 | 406 | 4 | 60 |
| Binary | 1111010 | 1110110 | 10000001 | 101 | 1001 | 0 | 110001 | 100000110 | 100 | 110000 |
Color Harmonies of #7A7681
Complementary color
Monochromatic Colors of #7A7681
Black with #7A7681
Text Example
Text Example
White with #7A7681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7681; }
p { color: rgb(122,118,129); }
H1.HeaderClassName
{
color: #7A7681;
}
.AnyTagClassName
{
color: #7A7681;
}
</style>
background-color css
<style>
a { background-color: #7A7681; }
a { background-color: rgb(122,118,129); }
div.DivClassName
{
background-color: #7A7681;
}
.BgClassName
{
background-color: #7A7681;
}
</style>
border-color css
<style>
span { border-color: #7A7681; }
span { border-color: rgb(122,118,129); }
td.TdClassName
{
border-color: #7A7681;
}
.TagClassName
{
border-color: #7A7681;
}
</style>