Shades of Topaz #7A6B8E
Tints of Topaz #7A6B8E
RGB
CMYK
RGB Variations
Color information
#7A6B8E (or 0x7A6B8E) is known color: Topaz. HEX triplet: 7A, 6B and 8E. RGB value is (122,107,142). Sum of RGB (Red+Green+Blue) = 122+107+142=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A6B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6B8E is #859471. Grayscale: #737373. Windows color (decimal): -8754290 or 9333626. OLE color: 9333626.
HSL color Cylindrical-coordinate representation of color #7A6B8E: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A6B8E is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 107 | 142 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.44 |
| HSL | 265.71º | 0.14% | 0.49% | - |
| HSV(B) | 265.71º | 0.25% | 0.56% | - |
| XYZ | 18.17 | 16.61 | 27.84 | - |
| YUV | 115.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 142 | 0.14 | 0.25 | 0 | 0.44 | 265.71 | 0.14 | 0.49 |
| Hex | 7A | 6B | 8E | E | 19 | 0 | 2C | 10A | E | 31 |
| Octal | 172 | 153 | 216 | 16 | 31 | 0 | 54 | 412 | 16 | 61 |
| Binary | 1111010 | 1101011 | 10001110 | 1110 | 11001 | 0 | 101100 | 100001010 | 1110 | 110001 |
Color Harmonies of #7A6B8E
Complementary color
Monochromatic Colors of #7A6B8E
Black with #7A6B8E
Text Example
Text Example
White with #7A6B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B8E; }
p { color: rgb(122,107,142); }
H1.HeaderClassName
{
color: #7A6B8E;
}
.AnyTagClassName
{
color: #7A6B8E;
}
</style>
background-color css
<style>
a { background-color: #7A6B8E; }
a { background-color: rgb(122,107,142); }
div.DivClassName
{
background-color: #7A6B8E;
}
.BgClassName
{
background-color: #7A6B8E;
}
</style>
border-color css
<style>
span { border-color: #7A6B8E; }
span { border-color: rgb(122,107,142); }
td.TdClassName
{
border-color: #7A6B8E;
}
.TagClassName
{
border-color: #7A6B8E;
}
</style>