Shades of Topaz #7A738B
Tints of Topaz #7A738B
RGB
CMYK
RGB Variations
Color information
#7A738B (or 0x7A738B) is known color: Topaz. HEX triplet: 7A, 73 and 8B. RGB value is (122,115,139). Sum of RGB (Red+Green+Blue) = 122+115+139=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A738B is #858C74. Grayscale: #777777. Windows color (decimal): -8752245 or 9139066. OLE color: 9139066.
HSL color Cylindrical-coordinate representation of color #7A738B: hue angle of 257.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A738B is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 115 | 139 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.45 |
| HSL | 257.5º | 0.09% | 0.5% | - |
| HSV(B) | 257.5º | 0.17% | 0.55% | - |
| XYZ | 18.82 | 18.26 | 26.96 | - |
| YUV | 119.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 139 | 0.12 | 0.17 | 0 | 0.45 | 257.5 | 0.09 | 0.5 |
| Hex | 7A | 73 | 8B | C | 11 | 0 | 2D | 102 | 9 | 32 |
| Octal | 172 | 163 | 213 | 14 | 21 | 0 | 55 | 402 | 11 | 62 |
| Binary | 1111010 | 1110011 | 10001011 | 1100 | 10001 | 0 | 101101 | 100000010 | 1001 | 110010 |
Color Harmonies of #7A738B
Complementary color
Monochromatic Colors of #7A738B
Black with #7A738B
Text Example
Text Example
White with #7A738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A738B; }
p { color: rgb(122,115,139); }
H1.HeaderClassName
{
color: #7A738B;
}
.AnyTagClassName
{
color: #7A738B;
}
</style>
background-color css
<style>
a { background-color: #7A738B; }
a { background-color: rgb(122,115,139); }
div.DivClassName
{
background-color: #7A738B;
}
.BgClassName
{
background-color: #7A738B;
}
</style>
border-color css
<style>
span { border-color: #7A738B; }
span { border-color: rgb(122,115,139); }
td.TdClassName
{
border-color: #7A738B;
}
.TagClassName
{
border-color: #7A738B;
}
</style>