Shades of Topaz #79738E
Tints of Topaz #79738E
RGB
CMYK
RGB Variations
Color information
#79738E (or 0x79738E) is known color: Topaz. HEX triplet: 79, 73 and 8E. RGB value is (121,115,142). Sum of RGB (Red+Green+Blue) = 121+115+142=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #79738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79738E is #868C71. Grayscale: #777777. Windows color (decimal): -8817778 or 9335673. OLE color: 9335673.
HSL color Cylindrical-coordinate representation of color #79738E: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79738E is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 115 | 142 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.44 |
| HSL | 253.33º | 0.11% | 0.5% | - |
| HSV(B) | 253.33º | 0.19% | 0.56% | - |
| XYZ | 18.9 | 18.28 | 28.12 | - |
| YUV | 119.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 115 | 142 | 0.15 | 0.19 | 0 | 0.44 | 253.33 | 0.11 | 0.5 |
| Hex | 79 | 73 | 8E | F | 13 | 0 | 2C | FD | B | 32 |
| Octal | 171 | 163 | 216 | 17 | 23 | 0 | 54 | 375 | 13 | 62 |
| Binary | 1111001 | 1110011 | 10001110 | 1111 | 10011 | 0 | 101100 | 11111101 | 1011 | 110010 |
Color Harmonies of #79738E
Complementary color
Monochromatic Colors of #79738E
Black with #79738E
Text Example
Text Example
White with #79738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79738E; }
p { color: rgb(121,115,142); }
H1.HeaderClassName
{
color: #79738E;
}
.AnyTagClassName
{
color: #79738E;
}
</style>
background-color css
<style>
a { background-color: #79738E; }
a { background-color: rgb(121,115,142); }
div.DivClassName
{
background-color: #79738E;
}
.BgClassName
{
background-color: #79738E;
}
</style>
border-color css
<style>
span { border-color: #79738E; }
span { border-color: rgb(121,115,142); }
td.TdClassName
{
border-color: #79738E;
}
.TagClassName
{
border-color: #79738E;
}
</style>