Shades of Salem #077F44
Tints of Salem #077F44
RGB
CMYK
RGB Variations
Color information
#077F44 (or 0x077F44) is known color: Salem. HEX triplet: 07, 7F and 44. RGB value is (7,127,68). Sum of RGB (Red+Green+Blue) = 7+127+68=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 127 (50% from 255 or 62.87% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 127 - color contains mainly: green. Hex color #077F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077F44 is #F880BB. Grayscale: #545454. Windows color (decimal): -16285884 or 4488967. OLE color: 4488967.
HSL color Cylindrical-coordinate representation of color #077F44: hue angle of 150.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077F44 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 127 | 68 | - |
| CMYK | 0.94 | 0 | 0.46 | 0.50 |
| HSL | 150.5º | 0.9% | 0.26% | - |
| HSV(B) | 150.5º | 0.94% | 0.5% | - |
| XYZ | 8.72 | 15.64 | 8.03 | - |
| YUV | 84.39 | 118.74 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 127 | 68 | 0.94 | 0 | 0.46 | 0.50 | 150.5 | 0.9 | 0.26 |
| Hex | 7 | 7F | 44 | 5E | 0 | 2E | 32 | 96 | 5A | 1A |
| Octal | 7 | 177 | 104 | 136 | 0 | 56 | 62 | 226 | 132 | 32 |
| Binary | 111 | 1111111 | 1000100 | 1011110 | 0 | 101110 | 110010 | 10010110 | 1011010 | 11010 |
Color Harmonies of #077F44
Complementary color
Monochromatic Colors of #077F44
Black with #077F44
Text Example
Text Example
White with #077F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077F44; }
p { color: rgb(7,127,68); }
H1.HeaderClassName
{
color: #077F44;
}
.AnyTagClassName
{
color: #077F44;
}
</style>
background-color css
<style>
a { background-color: #077F44; }
a { background-color: rgb(7,127,68); }
div.DivClassName
{
background-color: #077F44;
}
.BgClassName
{
background-color: #077F44;
}
</style>
border-color css
<style>
span { border-color: #077F44; }
span { border-color: rgb(7,127,68); }
td.TdClassName
{
border-color: #077F44;
}
.TagClassName
{
border-color: #077F44;
}
</style>