Shades of Topaz #7B6890
Tints of Topaz #7B6890
RGB
CMYK
RGB Variations
Color information
#7B6890 (or 0x7B6890) is known color: Topaz. HEX triplet: 7B, 68 and 90. RGB value is (123,104,144). Sum of RGB (Red+Green+Blue) = 123+104+144=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6890 is #84976F. Grayscale: #727272. Windows color (decimal): -8689520 or 9463931. OLE color: 9463931.
HSL color Cylindrical-coordinate representation of color #7B6890: hue angle of 268.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B6890 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 104 | 144 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.44 |
| HSL | 268.5º | 0.16% | 0.49% | - |
| HSV(B) | 268.5º | 0.28% | 0.56% | - |
| XYZ | 18.15 | 16.13 | 28.54 | - |
| YUV | 114.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 144 | 0.15 | 0.28 | 0 | 0.44 | 268.5 | 0.16 | 0.49 |
| Hex | 7B | 68 | 90 | F | 1C | 0 | 2C | 10C | 10 | 31 |
| Octal | 173 | 150 | 220 | 17 | 34 | 0 | 54 | 414 | 20 | 61 |
| Binary | 1111011 | 1101000 | 10010000 | 1111 | 11100 | 0 | 101100 | 100001100 | 10000 | 110001 |
Color Harmonies of #7B6890
Complementary color
Monochromatic Colors of #7B6890
Black with #7B6890
Text Example
Text Example
White with #7B6890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6890; }
p { color: rgb(123,104,144); }
H1.HeaderClassName
{
color: #7B6890;
}
.AnyTagClassName
{
color: #7B6890;
}
</style>
background-color css
<style>
a { background-color: #7B6890; }
a { background-color: rgb(123,104,144); }
div.DivClassName
{
background-color: #7B6890;
}
.BgClassName
{
background-color: #7B6890;
}
</style>
border-color css
<style>
span { border-color: #7B6890; }
span { border-color: rgb(123,104,144); }
td.TdClassName
{
border-color: #7B6890;
}
.TagClassName
{
border-color: #7B6890;
}
</style>