Shades of Topaz #797485
Tints of Topaz #797485
RGB
CMYK
RGB Variations
Color information
#797485 (or 0x797485) is known color: Topaz. HEX triplet: 79, 74 and 85. RGB value is (121,116,133). Sum of RGB (Red+Green+Blue) = 121+116+133=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #797485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797485 is #868B7A. Grayscale: #777777. Windows color (decimal): -8817531 or 8746105. OLE color: 8746105.
HSL color Cylindrical-coordinate representation of color #797485: hue angle of 257.65º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #797485 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 116 | 133 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.48 |
| HSL | 257.65º | 0.07% | 0.49% | - |
| HSV(B) | 257.65º | 0.13% | 0.52% | - |
| XYZ | 18.36 | 18.25 | 24.74 | - |
| YUV | 119.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 133 | 0.09 | 0.13 | 0 | 0.48 | 257.65 | 0.07 | 0.49 |
| Hex | 79 | 74 | 85 | 9 | D | 0 | 30 | 102 | 7 | 31 |
| Octal | 171 | 164 | 205 | 11 | 15 | 0 | 60 | 402 | 7 | 61 |
| Binary | 1111001 | 1110100 | 10000101 | 1001 | 1101 | 0 | 110000 | 100000010 | 111 | 110001 |
Color Harmonies of #797485
Complementary color
Monochromatic Colors of #797485
Black with #797485
Text Example
Text Example
White with #797485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797485; }
p { color: rgb(121,116,133); }
H1.HeaderClassName
{
color: #797485;
}
.AnyTagClassName
{
color: #797485;
}
</style>
background-color css
<style>
a { background-color: #797485; }
a { background-color: rgb(121,116,133); }
div.DivClassName
{
background-color: #797485;
}
.BgClassName
{
background-color: #797485;
}
</style>
border-color css
<style>
span { border-color: #797485; }
span { border-color: rgb(121,116,133); }
td.TdClassName
{
border-color: #797485;
}
.TagClassName
{
border-color: #797485;
}
</style>