Shades of Topaz #79738A
Tints of Topaz #79738A
RGB
CMYK
RGB Variations
Color information
#79738A (or 0x79738A) is known color: Topaz. HEX triplet: 79, 73 and 8A. RGB value is (121,115,138). Sum of RGB (Red+Green+Blue) = 121+115+138=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #79738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79738A is #868C75. Grayscale: #777777. Windows color (decimal): -8817782 or 9073529. OLE color: 9073529.
HSL color Cylindrical-coordinate representation of color #79738A: hue angle of 255.65º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79738A is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 115 | 138 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.46 |
| HSL | 255.65º | 0.09% | 0.5% | - |
| HSV(B) | 255.65º | 0.17% | 0.54% | - |
| XYZ | 18.6 | 18.16 | 26.57 | - |
| YUV | 119.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 138 | 0.12 | 0.17 | 0 | 0.46 | 255.65 | 0.09 | 0.5 |
| Hex | 79 | 73 | 8A | C | 11 | 0 | 2E | 100 | 9 | 32 |
| Octal | 171 | 163 | 212 | 14 | 21 | 0 | 56 | 400 | 11 | 62 |
| Binary | 1111001 | 1110011 | 10001010 | 1100 | 10001 | 0 | 101110 | 100000000 | 1001 | 110010 |
Color Harmonies of #79738A
Complementary color
Monochromatic Colors of #79738A
Black with #79738A
Text Example
Text Example
White with #79738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79738A; }
p { color: rgb(121,115,138); }
H1.HeaderClassName
{
color: #79738A;
}
.AnyTagClassName
{
color: #79738A;
}
</style>
background-color css
<style>
a { background-color: #79738A; }
a { background-color: rgb(121,115,138); }
div.DivClassName
{
background-color: #79738A;
}
.BgClassName
{
background-color: #79738A;
}
</style>
border-color css
<style>
span { border-color: #79738A; }
span { border-color: rgb(121,115,138); }
td.TdClassName
{
border-color: #79738A;
}
.TagClassName
{
border-color: #79738A;
}
</style>