Shades of Topaz #7A777E
Tints of Topaz #7A777E
RGB
CMYK
RGB Variations
Color information
#7A777E (or 0x7A777E) is known color: Topaz. HEX triplet: 7A, 77 and 7E. RGB value is (122,119,126). Sum of RGB (Red+Green+Blue) = 122+119+126=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A777E is #858881. Grayscale: #787878. Windows color (decimal): -8751234 or 8288122. OLE color: 8288122.
HSL color Cylindrical-coordinate representation of color #7A777E: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7A777E is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 119 | 126 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.51 |
| HSL | 265.71º | 0.03% | 0.48% | - |
| HSV(B) | 265.71º | 0.06% | 0.49% | - |
| XYZ | 18.39 | 18.84 | 22.41 | - |
| YUV | 120.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 126 | 0.03 | 0.06 | 0 | 0.51 | 265.71 | 0.03 | 0.48 |
| Hex | 7A | 77 | 7E | 3 | 6 | 0 | 33 | 10A | 3 | 30 |
| Octal | 172 | 167 | 176 | 3 | 6 | 0 | 63 | 412 | 3 | 60 |
| Binary | 1111010 | 1110111 | 1111110 | 11 | 110 | 0 | 110011 | 100001010 | 11 | 110000 |
Color Harmonies of #7A777E
Complementary color
Monochromatic Colors of #7A777E
Black with #7A777E
Text Example
Text Example
White with #7A777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A777E; }
p { color: rgb(122,119,126); }
H1.HeaderClassName
{
color: #7A777E;
}
.AnyTagClassName
{
color: #7A777E;
}
</style>
background-color css
<style>
a { background-color: #7A777E; }
a { background-color: rgb(122,119,126); }
div.DivClassName
{
background-color: #7A777E;
}
.BgClassName
{
background-color: #7A777E;
}
</style>
border-color css
<style>
span { border-color: #7A777E; }
span { border-color: rgb(122,119,126); }
td.TdClassName
{
border-color: #7A777E;
}
.TagClassName
{
border-color: #7A777E;
}
</style>