Shades of Salem #077E49
Tints of Salem #077E49
RGB
CMYK
RGB Variations
Color information
#077E49 (or 0x077E49) is known color: Salem. HEX triplet: 07, 7E and 49. RGB value is (7,126,73). Sum of RGB (Red+Green+Blue) = 7+126+73=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #077E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077E49 is #F881B6. Grayscale: #545454. Windows color (decimal): -16286135 or 4816391. OLE color: 4816391.
HSL color Cylindrical-coordinate representation of color #077E49: hue angle of 153.28º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077E49 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 126 | 73 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.51 |
| HSL | 153.28º | 0.89% | 0.26% | - |
| HSV(B) | 153.28º | 0.94% | 0.49% | - |
| XYZ | 8.75 | 15.45 | 8.82 | - |
| YUV | 84.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 126 | 73 | 0.94 | 0 | 0.42 | 0.51 | 153.28 | 0.89 | 0.26 |
| Hex | 7 | 7E | 49 | 5E | 0 | 2A | 33 | 99 | 59 | 1A |
| Octal | 7 | 176 | 111 | 136 | 0 | 52 | 63 | 231 | 131 | 32 |
| Binary | 111 | 1111110 | 1001001 | 1011110 | 0 | 101010 | 110011 | 10011001 | 1011001 | 11010 |
Color Harmonies of #077E49
Complementary color
Monochromatic Colors of #077E49
Black with #077E49
Text Example
Text Example
White with #077E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077E49; }
p { color: rgb(7,126,73); }
H1.HeaderClassName
{
color: #077E49;
}
.AnyTagClassName
{
color: #077E49;
}
</style>
background-color css
<style>
a { background-color: #077E49; }
a { background-color: rgb(7,126,73); }
div.DivClassName
{
background-color: #077E49;
}
.BgClassName
{
background-color: #077E49;
}
</style>
border-color css
<style>
span { border-color: #077E49; }
span { border-color: rgb(7,126,73); }
td.TdClassName
{
border-color: #077E49;
}
.TagClassName
{
border-color: #077E49;
}
</style>