Shades of Topaz #7C798C
Tints of Topaz #7C798C
RGB
CMYK
RGB Variations
Color information
#7C798C (or 0x7C798C) is known color: Topaz. HEX triplet: 7C, 79 and 8C. RGB value is (124,121,140). Sum of RGB (Red+Green+Blue) = 124+121+140=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C798C is #838673. Grayscale: #7B7B7B. Windows color (decimal): -8619636 or 9206140. OLE color: 9206140.
HSL color Cylindrical-coordinate representation of color #7C798C: hue angle of 249.47º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C798C is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 121 | 140 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.45 |
| HSL | 249.47º | 0.08% | 0.51% | - |
| HSV(B) | 249.47º | 0.14% | 0.55% | - |
| XYZ | 19.88 | 19.85 | 27.6 | - |
| YUV | 124.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 140 | 0.11 | 0.14 | 0 | 0.45 | 249.47 | 0.08 | 0.51 |
| Hex | 7C | 79 | 8C | B | E | 0 | 2D | F9 | 8 | 33 |
| Octal | 174 | 171 | 214 | 13 | 16 | 0 | 55 | 371 | 10 | 63 |
| Binary | 1111100 | 1111001 | 10001100 | 1011 | 1110 | 0 | 101101 | 11111001 | 1000 | 110011 |
Color Harmonies of #7C798C
Complementary color
Monochromatic Colors of #7C798C
Black with #7C798C
Text Example
Text Example
White with #7C798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C798C; }
p { color: rgb(124,121,140); }
H1.HeaderClassName
{
color: #7C798C;
}
.AnyTagClassName
{
color: #7C798C;
}
</style>
background-color css
<style>
a { background-color: #7C798C; }
a { background-color: rgb(124,121,140); }
div.DivClassName
{
background-color: #7C798C;
}
.BgClassName
{
background-color: #7C798C;
}
</style>
border-color css
<style>
span { border-color: #7C798C; }
span { border-color: rgb(124,121,140); }
td.TdClassName
{
border-color: #7C798C;
}
.TagClassName
{
border-color: #7C798C;
}
</style>