Shades of Topaz #7A797D
Tints of Topaz #7A797D
RGB
CMYK
RGB Variations
Color information
#7A797D (or 0x7A797D) is known color: Topaz. HEX triplet: 7A, 79 and 7D. RGB value is (122,121,125). Sum of RGB (Red+Green+Blue) = 122+121+125=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 125 - color contains mainly: blue. Hex color #7A797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A797D is #858682. Grayscale: #797979. Windows color (decimal): -8750723 or 8223098. OLE color: 8223098.
HSL color Cylindrical-coordinate representation of color #7A797D: hue angle of 255º degrees, saturation: 0.02, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7A797D is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
RGB | 122 | 121 | 125 | - |
CMYK | 0.02 | 0.03 | 0 | 0.51 |
HSL | 255º | 0.02% | 0.48% | - |
HSV(B) | 255º | 0.03% | 0.49% | - |
XYZ | 18.57 | 19.29 | 22.15 | - |
YUV | 121.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 121 | 125 | 0.02 | 0.03 | 0 | 0.51 | 255 | 0.02 | 0.48 |
Hex | 7A | 79 | 7D | 2 | 3 | 0 | 33 | FF | 2 | 30 |
Octal | 172 | 171 | 175 | 2 | 3 | 0 | 63 | 377 | 2 | 60 |
Binary | 1111010 | 1111001 | 1111101 | 10 | 11 | 0 | 110011 | 11111111 | 10 | 110000 |
Color Harmonies of #7A797D
Complementary color
Monochromatic Colors of #7A797D
Black with #7A797D
Text Example
Text Example
White with #7A797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A797D; }
p { color: rgb(122,121,125); }
H1.HeaderClassName
{
color: #7A797D;
}
.AnyTagClassName
{
color: #7A797D;
}
</style>
background-color css
<style>
a { background-color: #7A797D; }
a { background-color: rgb(122,121,125); }
div.DivClassName
{
background-color: #7A797D;
}
.BgClassName
{
background-color: #7A797D;
}
</style>
border-color css
<style>
span { border-color: #7A797D; }
span { border-color: rgb(122,121,125); }
td.TdClassName
{
border-color: #7A797D;
}
.TagClassName
{
border-color: #7A797D;
}
</style>