Shades of Topaz #7B798B
Tints of Topaz #7B798B
RGB
CMYK
RGB Variations
Color information
#7B798B (or 0x7B798B) is known color: Topaz. HEX triplet: 7B, 79 and 8B. RGB value is (123,121,139). Sum of RGB (Red+Green+Blue) = 123+121+139=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B798B is #848674. Grayscale: #7B7B7B. Windows color (decimal): -8685173 or 9140603. OLE color: 9140603.
HSL color Cylindrical-coordinate representation of color #7B798B: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B798B is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 121 | 139 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.45 |
| HSL | 246.67º | 0.07% | 0.51% | - |
| HSV(B) | 246.67º | 0.13% | 0.55% | - |
| XYZ | 19.67 | 19.75 | 27.2 | - |
| YUV | 123.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 121 | 139 | 0.12 | 0.13 | 0 | 0.45 | 246.67 | 0.07 | 0.51 |
| Hex | 7B | 79 | 8B | C | D | 0 | 2D | F7 | 7 | 33 |
| Octal | 173 | 171 | 213 | 14 | 15 | 0 | 55 | 367 | 7 | 63 |
| Binary | 1111011 | 1111001 | 10001011 | 1100 | 1101 | 0 | 101101 | 11110111 | 111 | 110011 |
Color Harmonies of #7B798B
Complementary color
Monochromatic Colors of #7B798B
Black with #7B798B
Text Example
Text Example
White with #7B798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B798B; }
p { color: rgb(123,121,139); }
H1.HeaderClassName
{
color: #7B798B;
}
.AnyTagClassName
{
color: #7B798B;
}
</style>
background-color css
<style>
a { background-color: #7B798B; }
a { background-color: rgb(123,121,139); }
div.DivClassName
{
background-color: #7B798B;
}
.BgClassName
{
background-color: #7B798B;
}
</style>
border-color css
<style>
span { border-color: #7B798B; }
span { border-color: rgb(123,121,139); }
td.TdClassName
{
border-color: #7B798B;
}
.TagClassName
{
border-color: #7B798B;
}
</style>