Shades of Topaz #7A7284
Tints of Topaz #7A7284
RGB
CMYK
RGB Variations
Color information
#7A7284 (or 0x7A7284) is known color: Topaz. HEX triplet: 7A, 72 and 84. RGB value is (122,114,132). Sum of RGB (Red+Green+Blue) = 122+114+132=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A7284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7284 is #858D7B. Grayscale: #767676. Windows color (decimal): -8752508 or 8680058. OLE color: 8680058.
HSL color Cylindrical-coordinate representation of color #7A7284: hue angle of 266.67º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A7284 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 114 | 132 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.48 |
| HSL | 266.67º | 0.07% | 0.48% | - |
| HSV(B) | 266.67º | 0.14% | 0.52% | - |
| XYZ | 18.21 | 17.84 | 24.31 | - |
| YUV | 118.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 132 | 0.08 | 0.14 | 0 | 0.48 | 266.67 | 0.07 | 0.48 |
| Hex | 7A | 72 | 84 | 8 | E | 0 | 30 | 10B | 7 | 30 |
| Octal | 172 | 162 | 204 | 10 | 16 | 0 | 60 | 413 | 7 | 60 |
| Binary | 1111010 | 1110010 | 10000100 | 1000 | 1110 | 0 | 110000 | 100001011 | 111 | 110000 |
Color Harmonies of #7A7284
Complementary color
Monochromatic Colors of #7A7284
Black with #7A7284
Text Example
Text Example
White with #7A7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7284; }
p { color: rgb(122,114,132); }
H1.HeaderClassName
{
color: #7A7284;
}
.AnyTagClassName
{
color: #7A7284;
}
</style>
background-color css
<style>
a { background-color: #7A7284; }
a { background-color: rgb(122,114,132); }
div.DivClassName
{
background-color: #7A7284;
}
.BgClassName
{
background-color: #7A7284;
}
</style>
border-color css
<style>
span { border-color: #7A7284; }
span { border-color: rgb(122,114,132); }
td.TdClassName
{
border-color: #7A7284;
}
.TagClassName
{
border-color: #7A7284;
}
</style>