Shades of Topaz #7B6D90
Tints of Topaz #7B6D90
RGB
CMYK
RGB Variations
Color information
#7B6D90 (or 0x7B6D90) is known color: Topaz. HEX triplet: 7B, 6D and 90. RGB value is (123,109,144). Sum of RGB (Red+Green+Blue) = 123+109+144=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6D90 is #84926F. Grayscale: #757575. Windows color (decimal): -8688240 or 9465211. OLE color: 9465211.
HSL color Cylindrical-coordinate representation of color #7B6D90: hue angle of 264º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B6D90 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 109 | 144 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.44 |
| HSL | 264º | 0.14% | 0.5% | - |
| HSV(B) | 264º | 0.24% | 0.56% | - |
| XYZ | 18.67 | 17.16 | 28.71 | - |
| YUV | 117.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 109 | 144 | 0.15 | 0.24 | 0 | 0.44 | 264 | 0.14 | 0.5 |
| Hex | 7B | 6D | 90 | F | 18 | 0 | 2C | 108 | E | 32 |
| Octal | 173 | 155 | 220 | 17 | 30 | 0 | 54 | 410 | 16 | 62 |
| Binary | 1111011 | 1101101 | 10010000 | 1111 | 11000 | 0 | 101100 | 100001000 | 1110 | 110010 |
Color Harmonies of #7B6D90
Complementary color
Monochromatic Colors of #7B6D90
Black with #7B6D90
Text Example
Text Example
White with #7B6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6D90; }
p { color: rgb(123,109,144); }
H1.HeaderClassName
{
color: #7B6D90;
}
.AnyTagClassName
{
color: #7B6D90;
}
</style>
background-color css
<style>
a { background-color: #7B6D90; }
a { background-color: rgb(123,109,144); }
div.DivClassName
{
background-color: #7B6D90;
}
.BgClassName
{
background-color: #7B6D90;
}
</style>
border-color css
<style>
span { border-color: #7B6D90; }
span { border-color: rgb(123,109,144); }
td.TdClassName
{
border-color: #7B6D90;
}
.TagClassName
{
border-color: #7B6D90;
}
</style>