Shades of Topaz #7A6C8F
Tints of Topaz #7A6C8F
RGB
CMYK
RGB Variations
Color information
#7A6C8F (or 0x7A6C8F) is known color: Topaz. HEX triplet: 7A, 6C and 8F. RGB value is (122,108,143). Sum of RGB (Red+Green+Blue) = 122+108+143=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A6C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6C8F is #859370. Grayscale: #747474. Windows color (decimal): -8754033 or 9399418. OLE color: 9399418.
HSL color Cylindrical-coordinate representation of color #7A6C8F: hue angle of 264º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6C8F is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 108 | 143 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.44 |
| HSL | 264º | 0.14% | 0.49% | - |
| HSV(B) | 264º | 0.24% | 0.56% | - |
| XYZ | 18.35 | 16.85 | 28.27 | - |
| YUV | 116.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 143 | 0.15 | 0.24 | 0 | 0.44 | 264 | 0.14 | 0.49 |
| Hex | 7A | 6C | 8F | F | 18 | 0 | 2C | 108 | E | 31 |
| Octal | 172 | 154 | 217 | 17 | 30 | 0 | 54 | 410 | 16 | 61 |
| Binary | 1111010 | 1101100 | 10001111 | 1111 | 11000 | 0 | 101100 | 100001000 | 1110 | 110001 |
Color Harmonies of #7A6C8F
Complementary color
Monochromatic Colors of #7A6C8F
Black with #7A6C8F
Text Example
Text Example
White with #7A6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C8F; }
p { color: rgb(122,108,143); }
H1.HeaderClassName
{
color: #7A6C8F;
}
.AnyTagClassName
{
color: #7A6C8F;
}
</style>
background-color css
<style>
a { background-color: #7A6C8F; }
a { background-color: rgb(122,108,143); }
div.DivClassName
{
background-color: #7A6C8F;
}
.BgClassName
{
background-color: #7A6C8F;
}
</style>
border-color css
<style>
span { border-color: #7A6C8F; }
span { border-color: rgb(122,108,143); }
td.TdClassName
{
border-color: #7A6C8F;
}
.TagClassName
{
border-color: #7A6C8F;
}
</style>