Shades of Topaz #7B7984
Tints of Topaz #7B7984
RGB
CMYK
RGB Variations
Color information
#7B7984 (or 0x7B7984) is known color: Topaz. HEX triplet: 7B, 79 and 84. RGB value is (123,121,132). Sum of RGB (Red+Green+Blue) = 123+121+132=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7984 is #84867B. Grayscale: #7A7A7A. Windows color (decimal): -8685180 or 8681851. OLE color: 8681851.
HSL color Cylindrical-coordinate representation of color #7B7984: hue angle of 250.91º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B7984 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 121 | 132 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.48 |
| HSL | 250.91º | 0.04% | 0.5% | - |
| HSV(B) | 250.91º | 0.08% | 0.52% | - |
| XYZ | 19.17 | 19.55 | 24.59 | - |
| YUV | 122.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 132 | 0.07 | 0.08 | 0 | 0.48 | 250.91 | 0.04 | 0.5 |
| Hex | 7B | 79 | 84 | 7 | 8 | 0 | 30 | FB | 4 | 32 |
| Octal | 173 | 171 | 204 | 7 | 10 | 0 | 60 | 373 | 4 | 62 |
| Binary | 1111011 | 1111001 | 10000100 | 111 | 1000 | 0 | 110000 | 11111011 | 100 | 110010 |
Color Harmonies of #7B7984
Complementary color
Monochromatic Colors of #7B7984
Black with #7B7984
Text Example
Text Example
White with #7B7984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7984; }
p { color: rgb(123,121,132); }
H1.HeaderClassName
{
color: #7B7984;
}
.AnyTagClassName
{
color: #7B7984;
}
</style>
background-color css
<style>
a { background-color: #7B7984; }
a { background-color: rgb(123,121,132); }
div.DivClassName
{
background-color: #7B7984;
}
.BgClassName
{
background-color: #7B7984;
}
</style>
border-color css
<style>
span { border-color: #7B7984; }
span { border-color: rgb(123,121,132); }
td.TdClassName
{
border-color: #7B7984;
}
.TagClassName
{
border-color: #7B7984;
}
</style>