Shades of Topaz #79708A
Tints of Topaz #79708A
RGB
CMYK
RGB Variations
Color information
#79708A (or 0x79708A) is known color: Topaz. HEX triplet: 79, 70 and 8A. RGB value is (121,112,138). Sum of RGB (Red+Green+Blue) = 121+112+138=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #79708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79708A is #868F75. Grayscale: #757575. Windows color (decimal): -8818550 or 9072761. OLE color: 9072761.
HSL color Cylindrical-coordinate representation of color #79708A: hue angle of 260.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79708A is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 112 | 138 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.46 |
| HSL | 260.77º | 0.1% | 0.49% | - |
| HSV(B) | 260.77º | 0.19% | 0.54% | - |
| XYZ | 18.27 | 17.49 | 26.46 | - |
| YUV | 117.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 138 | 0.12 | 0.19 | 0 | 0.46 | 260.77 | 0.1 | 0.49 |
| Hex | 79 | 70 | 8A | C | 13 | 0 | 2E | 105 | A | 31 |
| Octal | 171 | 160 | 212 | 14 | 23 | 0 | 56 | 405 | 12 | 61 |
| Binary | 1111001 | 1110000 | 10001010 | 1100 | 10011 | 0 | 101110 | 100000101 | 1010 | 110001 |
Color Harmonies of #79708A
Complementary color
Monochromatic Colors of #79708A
Black with #79708A
Text Example
Text Example
White with #79708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79708A; }
p { color: rgb(121,112,138); }
H1.HeaderClassName
{
color: #79708A;
}
.AnyTagClassName
{
color: #79708A;
}
</style>
background-color css
<style>
a { background-color: #79708A; }
a { background-color: rgb(121,112,138); }
div.DivClassName
{
background-color: #79708A;
}
.BgClassName
{
background-color: #79708A;
}
</style>
border-color css
<style>
span { border-color: #79708A; }
span { border-color: rgb(121,112,138); }
td.TdClassName
{
border-color: #79708A;
}
.TagClassName
{
border-color: #79708A;
}
</style>