Shades of Topaz #79698D
Tints of Topaz #79698D
RGB
CMYK
RGB Variations
Color information
#79698D (or 0x79698D) is known color: Topaz. HEX triplet: 79, 69 and 8D. RGB value is (121,105,141). Sum of RGB (Red+Green+Blue) = 121+105+141=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #79698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79698D is #869672. Grayscale: #717171. Windows color (decimal): -8820339 or 9267577. OLE color: 9267577.
HSL color Cylindrical-coordinate representation of color #79698D: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79698D is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 105 | 141 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.45 |
| HSL | 266.67º | 0.15% | 0.48% | - |
| HSV(B) | 266.67º | 0.26% | 0.55% | - |
| XYZ | 17.74 | 16.09 | 27.37 | - |
| YUV | 113.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 105 | 141 | 0.14 | 0.26 | 0 | 0.45 | 266.67 | 0.15 | 0.48 |
| Hex | 79 | 69 | 8D | E | 1A | 0 | 2D | 10B | F | 30 |
| Octal | 171 | 151 | 215 | 16 | 32 | 0 | 55 | 413 | 17 | 60 |
| Binary | 1111001 | 1101001 | 10001101 | 1110 | 11010 | 0 | 101101 | 100001011 | 1111 | 110000 |
Color Harmonies of #79698D
Complementary color
Monochromatic Colors of #79698D
Black with #79698D
Text Example
Text Example
White with #79698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79698D; }
p { color: rgb(121,105,141); }
H1.HeaderClassName
{
color: #79698D;
}
.AnyTagClassName
{
color: #79698D;
}
</style>
background-color css
<style>
a { background-color: #79698D; }
a { background-color: rgb(121,105,141); }
div.DivClassName
{
background-color: #79698D;
}
.BgClassName
{
background-color: #79698D;
}
</style>
border-color css
<style>
span { border-color: #79698D; }
span { border-color: rgb(121,105,141); }
td.TdClassName
{
border-color: #79698D;
}
.TagClassName
{
border-color: #79698D;
}
</style>