Shades of Topaz #7C798B
Tints of Topaz #7C798B
RGB
CMYK
RGB Variations
Color information
#7C798B (or 0x7C798B) is known color: Topaz. HEX triplet: 7C, 79 and 8B. RGB value is (124,121,139). Sum of RGB (Red+Green+Blue) = 124+121+139=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C798B is #838674. Grayscale: #7B7B7B. Windows color (decimal): -8619637 or 9140604. OLE color: 9140604.
HSL color Cylindrical-coordinate representation of color #7C798B: hue angle of 250º 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 #7C798B is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 121 | 139 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.45 |
| HSL | 250º | 0.07% | 0.51% | - |
| HSV(B) | 250º | 0.13% | 0.55% | - |
| XYZ | 19.81 | 19.82 | 27.21 | - |
| YUV | 123.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 139 | 0.11 | 0.13 | 0 | 0.45 | 250 | 0.07 | 0.51 |
| Hex | 7C | 79 | 8B | B | D | 0 | 2D | FA | 7 | 33 |
| Octal | 174 | 171 | 213 | 13 | 15 | 0 | 55 | 372 | 7 | 63 |
| Binary | 1111100 | 1111001 | 10001011 | 1011 | 1101 | 0 | 101101 | 11111010 | 111 | 110011 |
Color Harmonies of #7C798B
Complementary color
Monochromatic Colors of #7C798B
Black with #7C798B
Text Example
Text Example
White with #7C798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C798B; }
p { color: rgb(124,121,139); }
H1.HeaderClassName
{
color: #7C798B;
}
.AnyTagClassName
{
color: #7C798B;
}
</style>
background-color css
<style>
a { background-color: #7C798B; }
a { background-color: rgb(124,121,139); }
div.DivClassName
{
background-color: #7C798B;
}
.BgClassName
{
background-color: #7C798B;
}
</style>
border-color css
<style>
span { border-color: #7C798B; }
span { border-color: rgb(124,121,139); }
td.TdClassName
{
border-color: #7C798B;
}
.TagClassName
{
border-color: #7C798B;
}
</style>