Shades of Topaz #7A787C
Tints of Topaz #7A787C
RGB
CMYK
RGB Variations
Color information
#7A787C (or 0x7A787C) is known color: Topaz. HEX triplet: 7A, 78 and 7C. RGB value is (122,120,124). Sum of RGB (Red+Green+Blue) = 122+120+124=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A787C is #858783. Grayscale: #797979. Windows color (decimal): -8750980 or 8157306. OLE color: 8157306.
HSL color Cylindrical-coordinate representation of color #7A787C: hue angle of 270º 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 #7A787C is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 120 | 124 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.51 |
| HSL | 270º | 0.02% | 0.48% | - |
| HSV(B) | 270º | 0.03% | 0.49% | - |
| XYZ | 18.38 | 19.03 | 21.77 | - |
| YUV | 121.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 124 | 0.02 | 0.03 | 0 | 0.51 | 270 | 0.02 | 0.48 |
| Hex | 7A | 78 | 7C | 2 | 3 | 0 | 33 | 10E | 2 | 30 |
| Octal | 172 | 170 | 174 | 2 | 3 | 0 | 63 | 416 | 2 | 60 |
| Binary | 1111010 | 1111000 | 1111100 | 10 | 11 | 0 | 110011 | 100001110 | 10 | 110000 |
Color Harmonies of #7A787C
Complementary color
Monochromatic Colors of #7A787C
Black with #7A787C
Text Example
Text Example
White with #7A787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A787C; }
p { color: rgb(122,120,124); }
H1.HeaderClassName
{
color: #7A787C;
}
.AnyTagClassName
{
color: #7A787C;
}
</style>
background-color css
<style>
a { background-color: #7A787C; }
a { background-color: rgb(122,120,124); }
div.DivClassName
{
background-color: #7A787C;
}
.BgClassName
{
background-color: #7A787C;
}
</style>
border-color css
<style>
span { border-color: #7A787C; }
span { border-color: rgb(122,120,124); }
td.TdClassName
{
border-color: #7A787C;
}
.TagClassName
{
border-color: #7A787C;
}
</style>