Shades of Topaz #7B7682
Tints of Topaz #7B7682
RGB
CMYK
RGB Variations
Color information
#7B7682 (or 0x7B7682) is known color: Topaz. HEX triplet: 7B, 76 and 82. RGB value is (123,118,130). Sum of RGB (Red+Green+Blue) = 123+118+130=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B7682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7682 is #84897D. Grayscale: #787878. Windows color (decimal): -8685950 or 8550011. OLE color: 8550011.
HSL color Cylindrical-coordinate representation of color #7B7682: hue angle of 265º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B7682 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 118 | 130 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.49 |
| HSL | 265º | 0.05% | 0.49% | - |
| HSV(B) | 265º | 0.09% | 0.51% | - |
| XYZ | 18.68 | 18.78 | 23.76 | - |
| YUV | 120.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 130 | 0.05 | 0.09 | 0 | 0.49 | 265 | 0.05 | 0.49 |
| Hex | 7B | 76 | 82 | 5 | 9 | 0 | 31 | 109 | 5 | 31 |
| Octal | 173 | 166 | 202 | 5 | 11 | 0 | 61 | 411 | 5 | 61 |
| Binary | 1111011 | 1110110 | 10000010 | 101 | 1001 | 0 | 110001 | 100001001 | 101 | 110001 |
Color Harmonies of #7B7682
Complementary color
Monochromatic Colors of #7B7682
Black with #7B7682
Text Example
Text Example
White with #7B7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7682; }
p { color: rgb(123,118,130); }
H1.HeaderClassName
{
color: #7B7682;
}
.AnyTagClassName
{
color: #7B7682;
}
</style>
background-color css
<style>
a { background-color: #7B7682; }
a { background-color: rgb(123,118,130); }
div.DivClassName
{
background-color: #7B7682;
}
.BgClassName
{
background-color: #7B7682;
}
</style>
border-color css
<style>
span { border-color: #7B7682; }
span { border-color: rgb(123,118,130); }
td.TdClassName
{
border-color: #7B7682;
}
.TagClassName
{
border-color: #7B7682;
}
</style>