Shades of Topaz #7B7882
Tints of Topaz #7B7882
RGB
CMYK
RGB Variations
Color information
#7B7882 (or 0x7B7882) is known color: Topaz. HEX triplet: 7B, 78 and 82. RGB value is (123,120,130). Sum of RGB (Red+Green+Blue) = 123+120+130=373 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.98% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B7882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7882 is #84877D. Grayscale: #797979. Windows color (decimal): -8685438 or 8550523. OLE color: 8550523.
HSL color Cylindrical-coordinate representation of color #7B7882: hue angle of 258º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7882 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 120 | 130 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.49 |
| HSL | 258º | 0.04% | 0.49% | - |
| HSV(B) | 258º | 0.08% | 0.51% | - |
| XYZ | 18.91 | 19.26 | 23.84 | - |
| YUV | 122.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 130 | 0.05 | 0.08 | 0 | 0.49 | 258 | 0.04 | 0.49 |
| Hex | 7B | 78 | 82 | 5 | 8 | 0 | 31 | 102 | 4 | 31 |
| Octal | 173 | 170 | 202 | 5 | 10 | 0 | 61 | 402 | 4 | 61 |
| Binary | 1111011 | 1111000 | 10000010 | 101 | 1000 | 0 | 110001 | 100000010 | 100 | 110001 |
Color Harmonies of #7B7882
Complementary color
Monochromatic Colors of #7B7882
Black with #7B7882
Text Example
Text Example
White with #7B7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7882; }
p { color: rgb(123,120,130); }
H1.HeaderClassName
{
color: #7B7882;
}
.AnyTagClassName
{
color: #7B7882;
}
</style>
background-color css
<style>
a { background-color: #7B7882; }
a { background-color: rgb(123,120,130); }
div.DivClassName
{
background-color: #7B7882;
}
.BgClassName
{
background-color: #7B7882;
}
</style>
border-color css
<style>
span { border-color: #7B7882; }
span { border-color: rgb(123,120,130); }
td.TdClassName
{
border-color: #7B7882;
}
.TagClassName
{
border-color: #7B7882;
}
</style>