Shades of Salem #077A48
Tints of Salem #077A48
RGB
CMYK
RGB Variations
Color information
#077A48 (or 0x077A48) is known color: Salem. HEX triplet: 07, 7A and 48. RGB value is (7,122,72). Sum of RGB (Red+Green+Blue) = 7+122+72=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #077A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A48 is #F885B7. Grayscale: #515151. Windows color (decimal): -16287160 or 4749831. OLE color: 4749831.
HSL color Cylindrical-coordinate representation of color #077A48: hue angle of 153.91º 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 #077A48 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 122 | 72 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.52 |
| HSL | 153.91º | 0.89% | 0.25% | - |
| HSV(B) | 153.91º | 0.94% | 0.48% | - |
| XYZ | 8.22 | 14.43 | 8.48 | - |
| YUV | 81.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 122 | 72 | 0.94 | 0 | 0.41 | 0.52 | 153.91 | 0.89 | 0.25 |
| Hex | 7 | 7A | 48 | 5E | 0 | 29 | 34 | 9A | 59 | 19 |
| Octal | 7 | 172 | 110 | 136 | 0 | 51 | 64 | 232 | 131 | 31 |
| Binary | 111 | 1111010 | 1001000 | 1011110 | 0 | 101001 | 110100 | 10011010 | 1011001 | 11001 |
Color Harmonies of #077A48
Complementary color
Monochromatic Colors of #077A48
Black with #077A48
Text Example
Text Example
White with #077A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077A48; }
p { color: rgb(7,122,72); }
H1.HeaderClassName
{
color: #077A48;
}
.AnyTagClassName
{
color: #077A48;
}
</style>
background-color css
<style>
a { background-color: #077A48; }
a { background-color: rgb(7,122,72); }
div.DivClassName
{
background-color: #077A48;
}
.BgClassName
{
background-color: #077A48;
}
</style>
border-color css
<style>
span { border-color: #077A48; }
span { border-color: rgb(7,122,72); }
td.TdClassName
{
border-color: #077A48;
}
.TagClassName
{
border-color: #077A48;
}
</style>