Shades of Topaz #7A788B
Tints of Topaz #7A788B
RGB
CMYK
RGB Variations
Color information
#7A788B (or 0x7A788B) is known color: Topaz. HEX triplet: 7A, 78 and 8B. RGB value is (122,120,139). Sum of RGB (Red+Green+Blue) = 122+120+139=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788B is #858774. Grayscale: #7A7A7A. Windows color (decimal): -8750965 or 9140346. OLE color: 9140346.
HSL color Cylindrical-coordinate representation of color #7A788B: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A788B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 120 | 139 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.45 |
| HSL | 246.32º | 0.08% | 0.51% | - |
| HSV(B) | 246.32º | 0.14% | 0.55% | - |
| XYZ | 19.4 | 19.43 | 27.15 | - |
| YUV | 122.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 139 | 0.12 | 0.14 | 0 | 0.45 | 246.32 | 0.08 | 0.51 |
| Hex | 7A | 78 | 8B | C | E | 0 | 2D | F6 | 8 | 33 |
| Octal | 172 | 170 | 213 | 14 | 16 | 0 | 55 | 366 | 10 | 63 |
| Binary | 1111010 | 1111000 | 10001011 | 1100 | 1110 | 0 | 101101 | 11110110 | 1000 | 110011 |
Color Harmonies of #7A788B
Complementary color
Monochromatic Colors of #7A788B
Black with #7A788B
Text Example
Text Example
White with #7A788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A788B; }
p { color: rgb(122,120,139); }
H1.HeaderClassName
{
color: #7A788B;
}
.AnyTagClassName
{
color: #7A788B;
}
</style>
background-color css
<style>
a { background-color: #7A788B; }
a { background-color: rgb(122,120,139); }
div.DivClassName
{
background-color: #7A788B;
}
.BgClassName
{
background-color: #7A788B;
}
</style>
border-color css
<style>
span { border-color: #7A788B; }
span { border-color: rgb(122,120,139); }
td.TdClassName
{
border-color: #7A788B;
}
.TagClassName
{
border-color: #7A788B;
}
</style>