Shades of Topaz #79718C
Tints of Topaz #79718C
RGB
CMYK
RGB Variations
Color information
#79718C (or 0x79718C) is known color: Topaz. HEX triplet: 79, 71 and 8C. RGB value is (121,113,140). Sum of RGB (Red+Green+Blue) = 121+113+140=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #79718C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79718C is #868E73. Grayscale: #767676. Windows color (decimal): -8818292 or 9204089. OLE color: 9204089.
HSL color Cylindrical-coordinate representation of color #79718C: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79718C is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 113 | 140 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.45 |
| HSL | 257.78º | 0.11% | 0.5% | - |
| HSV(B) | 257.78º | 0.19% | 0.55% | - |
| XYZ | 18.52 | 17.77 | 27.26 | - |
| YUV | 118.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 140 | 0.14 | 0.19 | 0 | 0.45 | 257.78 | 0.11 | 0.5 |
| Hex | 79 | 71 | 8C | E | 13 | 0 | 2D | 102 | B | 32 |
| Octal | 171 | 161 | 214 | 16 | 23 | 0 | 55 | 402 | 13 | 62 |
| Binary | 1111001 | 1110001 | 10001100 | 1110 | 10011 | 0 | 101101 | 100000010 | 1011 | 110010 |
Color Harmonies of #79718C
Complementary color
Monochromatic Colors of #79718C
Black with #79718C
Text Example
Text Example
White with #79718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79718C; }
p { color: rgb(121,113,140); }
H1.HeaderClassName
{
color: #79718C;
}
.AnyTagClassName
{
color: #79718C;
}
</style>
background-color css
<style>
a { background-color: #79718C; }
a { background-color: rgb(121,113,140); }
div.DivClassName
{
background-color: #79718C;
}
.BgClassName
{
background-color: #79718C;
}
</style>
border-color css
<style>
span { border-color: #79718C; }
span { border-color: rgb(121,113,140); }
td.TdClassName
{
border-color: #79718C;
}
.TagClassName
{
border-color: #79718C;
}
</style>