Shades of Topaz #7A7484
Tints of Topaz #7A7484
RGB
CMYK
RGB Variations
Color information
#7A7484 (or 0x7A7484) is known color: Topaz. HEX triplet: 7A, 74 and 84. RGB value is (122,116,132). Sum of RGB (Red+Green+Blue) = 122+116+132=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7484 is #858B7B. Grayscale: #777777. Windows color (decimal): -8751996 or 8680570. OLE color: 8680570.
HSL color Cylindrical-coordinate representation of color #7A7484: hue angle of 262.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A7484 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 116 | 132 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.48 |
| HSL | 262.5º | 0.06% | 0.49% | - |
| HSV(B) | 262.5º | 0.12% | 0.52% | - |
| XYZ | 18.44 | 18.29 | 24.39 | - |
| YUV | 119.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 132 | 0.08 | 0.12 | 0 | 0.48 | 262.5 | 0.06 | 0.49 |
| Hex | 7A | 74 | 84 | 8 | C | 0 | 30 | 106 | 6 | 31 |
| Octal | 172 | 164 | 204 | 10 | 14 | 0 | 60 | 406 | 6 | 61 |
| Binary | 1111010 | 1110100 | 10000100 | 1000 | 1100 | 0 | 110000 | 100000110 | 110 | 110001 |
Color Harmonies of #7A7484
Complementary color
Monochromatic Colors of #7A7484
Black with #7A7484
Text Example
Text Example
White with #7A7484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7484; }
p { color: rgb(122,116,132); }
H1.HeaderClassName
{
color: #7A7484;
}
.AnyTagClassName
{
color: #7A7484;
}
</style>
background-color css
<style>
a { background-color: #7A7484; }
a { background-color: rgb(122,116,132); }
div.DivClassName
{
background-color: #7A7484;
}
.BgClassName
{
background-color: #7A7484;
}
</style>
border-color css
<style>
span { border-color: #7A7484; }
span { border-color: rgb(122,116,132); }
td.TdClassName
{
border-color: #7A7484;
}
.TagClassName
{
border-color: #7A7484;
}
</style>