Shades of Salem #077A49
Tints of Salem #077A49
RGB
CMYK
RGB Variations
Color information
#077A49 (or 0x077A49) is known color: Salem. HEX triplet: 07, 7A and 49. RGB value is (7,122,73). Sum of RGB (Red+Green+Blue) = 7+122+73=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #077A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A49 is #F885B6. Grayscale: #525252. Windows color (decimal): -16287159 or 4815367. OLE color: 4815367.
HSL color Cylindrical-coordinate representation of color #077A49: hue angle of 154.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A49 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 73 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.52 |
| HSL | 154.43º | 0.89% | 0.25% | - |
| HSV(B) | 154.43º | 0.94% | 0.48% | - |
| XYZ | 8.25 | 14.45 | 8.66 | - |
| YUV | 82.03 | 122.9 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 73 | 0.94 | 0 | 0.40 | 0.52 | 154.43 | 0.89 | 0.25 |
| Hex | 7 | 7A | 49 | 5E | 0 | 28 | 34 | 9A | 59 | 19 |
| Octal | 7 | 172 | 111 | 136 | 0 | 50 | 64 | 232 | 131 | 31 |
| Binary | 111 | 1111010 | 1001001 | 1011110 | 0 | 101000 | 110100 | 10011010 | 1011001 | 11001 |
Color Harmonies of #077A49
Complementary color
Monochromatic Colors of #077A49
Black with #077A49
Text Example
Text Example
White with #077A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A49; }
p { color: rgb(7,122,73); }
H1.HeaderClassName
{
color: #077A49;
}
.AnyTagClassName
{
color: #077A49;
}
</style>
background-color css
<style>
a { background-color: #077A49; }
a { background-color: rgb(7,122,73); }
div.DivClassName
{
background-color: #077A49;
}
.BgClassName
{
background-color: #077A49;
}
</style>
border-color css
<style>
span { border-color: #077A49; }
span { border-color: rgb(7,122,73); }
td.TdClassName
{
border-color: #077A49;
}
.TagClassName
{
border-color: #077A49;
}
</style>