Shades of Topaz #7A788A
Tints of Topaz #7A788A
RGB
CMYK
RGB Variations
Color information
#7A788A (or 0x7A788A) is known color: Topaz. HEX triplet: 7A, 78 and 8A. RGB value is (122,120,138). Sum of RGB (Red+Green+Blue) = 122+120+138=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A788A is #858775. Grayscale: #7A7A7A. Windows color (decimal): -8750966 or 9074810. OLE color: 9074810.
HSL color Cylindrical-coordinate representation of color #7A788A: hue angle of 246.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A788A is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 120 | 138 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.46 |
| HSL | 246.67º | 0.07% | 0.51% | - |
| HSV(B) | 246.67º | 0.13% | 0.54% | - |
| XYZ | 19.33 | 19.41 | 26.77 | - |
| YUV | 122.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 138 | 0.12 | 0.13 | 0 | 0.46 | 246.67 | 0.07 | 0.51 |
| Hex | 7A | 78 | 8A | C | D | 0 | 2E | F7 | 7 | 33 |
| Octal | 172 | 170 | 212 | 14 | 15 | 0 | 56 | 367 | 7 | 63 |
| Binary | 1111010 | 1111000 | 10001010 | 1100 | 1101 | 0 | 101110 | 11110111 | 111 | 110011 |
Color Harmonies of #7A788A
Complementary color
Monochromatic Colors of #7A788A
Black with #7A788A
Text Example
Text Example
White with #7A788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A788A; }
p { color: rgb(122,120,138); }
H1.HeaderClassName
{
color: #7A788A;
}
.AnyTagClassName
{
color: #7A788A;
}
</style>
background-color css
<style>
a { background-color: #7A788A; }
a { background-color: rgb(122,120,138); }
div.DivClassName
{
background-color: #7A788A;
}
.BgClassName
{
background-color: #7A788A;
}
</style>
border-color css
<style>
span { border-color: #7A788A; }
span { border-color: rgb(122,120,138); }
td.TdClassName
{
border-color: #7A788A;
}
.TagClassName
{
border-color: #7A788A;
}
</style>