Shades of Topaz #7A6B8B
Tints of Topaz #7A6B8B
RGB
CMYK
RGB Variations
Color information
#7A6B8B (or 0x7A6B8B) is known color: Topaz. HEX triplet: 7A, 6B and 8B. RGB value is (122,107,139). Sum of RGB (Red+Green+Blue) = 122+107+139=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A6B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6B8B is #859474. Grayscale: #737373. Windows color (decimal): -8754293 or 9137018. OLE color: 9137018.
HSL color Cylindrical-coordinate representation of color #7A6B8B: hue angle of 268.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6B8B is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 107 | 139 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.45 |
| HSL | 268.13º | 0.13% | 0.48% | - |
| HSV(B) | 268.13º | 0.23% | 0.55% | - |
| XYZ | 17.94 | 16.52 | 26.67 | - |
| YUV | 115.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 139 | 0.12 | 0.23 | 0 | 0.45 | 268.13 | 0.13 | 0.48 |
| Hex | 7A | 6B | 8B | C | 17 | 0 | 2D | 10C | D | 30 |
| Octal | 172 | 153 | 213 | 14 | 27 | 0 | 55 | 414 | 15 | 60 |
| Binary | 1111010 | 1101011 | 10001011 | 1100 | 10111 | 0 | 101101 | 100001100 | 1101 | 110000 |
Color Harmonies of #7A6B8B
Complementary color
Monochromatic Colors of #7A6B8B
Black with #7A6B8B
Text Example
Text Example
White with #7A6B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B8B; }
p { color: rgb(122,107,139); }
H1.HeaderClassName
{
color: #7A6B8B;
}
.AnyTagClassName
{
color: #7A6B8B;
}
</style>
background-color css
<style>
a { background-color: #7A6B8B; }
a { background-color: rgb(122,107,139); }
div.DivClassName
{
background-color: #7A6B8B;
}
.BgClassName
{
background-color: #7A6B8B;
}
</style>
border-color css
<style>
span { border-color: #7A6B8B; }
span { border-color: rgb(122,107,139); }
td.TdClassName
{
border-color: #7A6B8B;
}
.TagClassName
{
border-color: #7A6B8B;
}
</style>