Shades of Topaz #7A7584
Tints of Topaz #7A7584
RGB
CMYK
RGB Variations
Color information
#7A7584 (or 0x7A7584) is known color: Topaz. HEX triplet: 7A, 75 and 84. RGB value is (122,117,132). Sum of RGB (Red+Green+Blue) = 122+117+132=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7584 is #858A7B. Grayscale: #787878. Windows color (decimal): -8751740 or 8680826. OLE color: 8680826.
HSL color Cylindrical-coordinate representation of color #7A7584: hue angle of 260º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7A7584 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 117 | 132 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.48 |
| HSL | 260º | 0.06% | 0.49% | - |
| HSV(B) | 260º | 0.11% | 0.52% | - |
| XYZ | 18.55 | 18.53 | 24.43 | - |
| YUV | 120.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 132 | 0.08 | 0.11 | 0 | 0.48 | 260 | 0.06 | 0.49 |
| Hex | 7A | 75 | 84 | 8 | B | 0 | 30 | 104 | 6 | 31 |
| Octal | 172 | 165 | 204 | 10 | 13 | 0 | 60 | 404 | 6 | 61 |
| Binary | 1111010 | 1110101 | 10000100 | 1000 | 1011 | 0 | 110000 | 100000100 | 110 | 110001 |
Color Harmonies of #7A7584
Complementary color
Monochromatic Colors of #7A7584
Black with #7A7584
Text Example
Text Example
White with #7A7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7584; }
p { color: rgb(122,117,132); }
H1.HeaderClassName
{
color: #7A7584;
}
.AnyTagClassName
{
color: #7A7584;
}
</style>
background-color css
<style>
a { background-color: #7A7584; }
a { background-color: rgb(122,117,132); }
div.DivClassName
{
background-color: #7A7584;
}
.BgClassName
{
background-color: #7A7584;
}
</style>
border-color css
<style>
span { border-color: #7A7584; }
span { border-color: rgb(122,117,132); }
td.TdClassName
{
border-color: #7A7584;
}
.TagClassName
{
border-color: #7A7584;
}
</style>