Shades of Topaz #79768A
Tints of Topaz #79768A
RGB
CMYK
RGB Variations
Color information
#79768A (or 0x79768A) is known color: Topaz. HEX triplet: 79, 76 and 8A. RGB value is (121,118,138). Sum of RGB (Red+Green+Blue) = 121+118+138=377 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.10% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #79768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79768A is #868975. Grayscale: #797979. Windows color (decimal): -8817014 or 9074297. OLE color: 9074297.
HSL color Cylindrical-coordinate representation of color #79768A: hue angle of 249º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79768A is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 118 | 138 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.46 |
| HSL | 249º | 0.08% | 0.5% | - |
| HSV(B) | 249º | 0.14% | 0.54% | - |
| XYZ | 18.95 | 18.86 | 26.69 | - |
| YUV | 121.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 138 | 0.12 | 0.14 | 0 | 0.46 | 249 | 0.08 | 0.5 |
| Hex | 79 | 76 | 8A | C | E | 0 | 2E | F9 | 8 | 32 |
| Octal | 171 | 166 | 212 | 14 | 16 | 0 | 56 | 371 | 10 | 62 |
| Binary | 1111001 | 1110110 | 10001010 | 1100 | 1110 | 0 | 101110 | 11111001 | 1000 | 110010 |
Color Harmonies of #79768A
Complementary color
Monochromatic Colors of #79768A
Black with #79768A
Text Example
Text Example
White with #79768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79768A; }
p { color: rgb(121,118,138); }
H1.HeaderClassName
{
color: #79768A;
}
.AnyTagClassName
{
color: #79768A;
}
</style>
background-color css
<style>
a { background-color: #79768A; }
a { background-color: rgb(121,118,138); }
div.DivClassName
{
background-color: #79768A;
}
.BgClassName
{
background-color: #79768A;
}
</style>
border-color css
<style>
span { border-color: #79768A; }
span { border-color: rgb(121,118,138); }
td.TdClassName
{
border-color: #79768A;
}
.TagClassName
{
border-color: #79768A;
}
</style>