Shades of Salem #077C4A
Tints of Salem #077C4A
RGB
CMYK
RGB Variations
Color information
#077C4A (or 0x077C4A) is known color: Salem. HEX triplet: 07, 7C and 4A. RGB value is (7,124,74). Sum of RGB (Red+Green+Blue) = 7+124+74=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 124 (48.83% from 255 or 60.49% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 124 - color contains mainly: green. Hex color #077C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077C4A is #F883B5. Grayscale: #535353. Windows color (decimal): -16286646 or 4881415. OLE color: 4881415.
HSL color Cylindrical-coordinate representation of color #077C4A: hue angle of 154.36º 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 #077C4A is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 124 | 74 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.51 |
| HSL | 154.36º | 0.89% | 0.26% | - |
| HSV(B) | 154.36º | 0.94% | 0.49% | - |
| XYZ | 8.53 | 14.95 | 8.92 | - |
| YUV | 83.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 124 | 74 | 0.94 | 0 | 0.40 | 0.51 | 154.36 | 0.89 | 0.26 |
| Hex | 7 | 7C | 4A | 5E | 0 | 28 | 33 | 9A | 59 | 1A |
| Octal | 7 | 174 | 112 | 136 | 0 | 50 | 63 | 232 | 131 | 32 |
| Binary | 111 | 1111100 | 1001010 | 1011110 | 0 | 101000 | 110011 | 10011010 | 1011001 | 11010 |
Color Harmonies of #077C4A
Complementary color
Monochromatic Colors of #077C4A
Black with #077C4A
Text Example
Text Example
White with #077C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077C4A; }
p { color: rgb(7,124,74); }
H1.HeaderClassName
{
color: #077C4A;
}
.AnyTagClassName
{
color: #077C4A;
}
</style>
background-color css
<style>
a { background-color: #077C4A; }
a { background-color: rgb(7,124,74); }
div.DivClassName
{
background-color: #077C4A;
}
.BgClassName
{
background-color: #077C4A;
}
</style>
border-color css
<style>
span { border-color: #077C4A; }
span { border-color: rgb(7,124,74); }
td.TdClassName
{
border-color: #077C4A;
}
.TagClassName
{
border-color: #077C4A;
}
</style>