Shades of Topaz #7B7985
Tints of Topaz #7B7985
RGB
CMYK
RGB Variations
Color information
#7B7985 (or 0x7B7985) is known color: Topaz. HEX triplet: 7B, 79 and 85. RGB value is (123,121,133). Sum of RGB (Red+Green+Blue) = 123+121+133=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7985 is #84867A. Grayscale: #7A7A7A. Windows color (decimal): -8685179 or 8747387. OLE color: 8747387.
HSL color Cylindrical-coordinate representation of color #7B7985: hue angle of 250º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B7985 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 121 | 133 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.48 |
| HSL | 250º | 0.05% | 0.5% | - |
| HSV(B) | 250º | 0.09% | 0.52% | - |
| XYZ | 19.24 | 19.58 | 24.96 | - |
| YUV | 122.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 133 | 0.08 | 0.09 | 0 | 0.48 | 250 | 0.05 | 0.5 |
| Hex | 7B | 79 | 85 | 8 | 9 | 0 | 30 | FA | 5 | 32 |
| Octal | 173 | 171 | 205 | 10 | 11 | 0 | 60 | 372 | 5 | 62 |
| Binary | 1111011 | 1111001 | 10000101 | 1000 | 1001 | 0 | 110000 | 11111010 | 101 | 110010 |
Color Harmonies of #7B7985
Complementary color
Monochromatic Colors of #7B7985
Black with #7B7985
Text Example
Text Example
White with #7B7985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7985; }
p { color: rgb(123,121,133); }
H1.HeaderClassName
{
color: #7B7985;
}
.AnyTagClassName
{
color: #7B7985;
}
</style>
background-color css
<style>
a { background-color: #7B7985; }
a { background-color: rgb(123,121,133); }
div.DivClassName
{
background-color: #7B7985;
}
.BgClassName
{
background-color: #7B7985;
}
</style>
border-color css
<style>
span { border-color: #7B7985; }
span { border-color: rgb(123,121,133); }
td.TdClassName
{
border-color: #7B7985;
}
.TagClassName
{
border-color: #7B7985;
}
</style>