Shades of Topaz #7A698F
Tints of Topaz #7A698F
RGB
CMYK
RGB Variations
Color information
#7A698F (or 0x7A698F) is known color: Topaz. HEX triplet: 7A, 69 and 8F. RGB value is (122,105,143). Sum of RGB (Red+Green+Blue) = 122+105+143=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A698F is #859670. Grayscale: #727272. Windows color (decimal): -8754801 or 9398650. OLE color: 9398650.
HSL color Cylindrical-coordinate representation of color #7A698F: hue angle of 266.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A698F is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 105 | 143 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.44 |
| HSL | 266.84º | 0.15% | 0.49% | - |
| HSV(B) | 266.84º | 0.27% | 0.56% | - |
| XYZ | 18.04 | 16.22 | 28.17 | - |
| YUV | 114.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 143 | 0.15 | 0.27 | 0 | 0.44 | 266.84 | 0.15 | 0.49 |
| Hex | 7A | 69 | 8F | F | 1B | 0 | 2C | 10B | F | 31 |
| Octal | 172 | 151 | 217 | 17 | 33 | 0 | 54 | 413 | 17 | 61 |
| Binary | 1111010 | 1101001 | 10001111 | 1111 | 11011 | 0 | 101100 | 100001011 | 1111 | 110001 |
Color Harmonies of #7A698F
Complementary color
Monochromatic Colors of #7A698F
Black with #7A698F
Text Example
Text Example
White with #7A698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A698F; }
p { color: rgb(122,105,143); }
H1.HeaderClassName
{
color: #7A698F;
}
.AnyTagClassName
{
color: #7A698F;
}
</style>
background-color css
<style>
a { background-color: #7A698F; }
a { background-color: rgb(122,105,143); }
div.DivClassName
{
background-color: #7A698F;
}
.BgClassName
{
background-color: #7A698F;
}
</style>
border-color css
<style>
span { border-color: #7A698F; }
span { border-color: rgb(122,105,143); }
td.TdClassName
{
border-color: #7A698F;
}
.TagClassName
{
border-color: #7A698F;
}
</style>