Shades of Salem #078758
Tints of Salem #078758
RGB
CMYK
RGB Variations
Color information
#078758 (or 0x078758) is known color: Salem. HEX triplet: 07, 87 and 58. RGB value is (7,135,88). Sum of RGB (Red+Green+Blue) = 7+135+88=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #078758 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078758 is #F878A7. Grayscale: #5B5B5B. Windows color (decimal): -16283816 or 5801735. OLE color: 5801735.
HSL color Cylindrical-coordinate representation of color #078758: hue angle of 157.97º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078758 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 88 | - |
| CMYK | 0.95 | 0 | 0.35 | 0.47 |
| HSL | 157.97º | 0.9% | 0.28% | - |
| HSV(B) | 157.97º | 0.95% | 0.53% | - |
| XYZ | 10.51 | 18.08 | 12.17 | - |
| YUV | 91.37 | 126.09 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 88 | 0.95 | 0 | 0.35 | 0.47 | 157.97 | 0.9 | 0.28 |
| Hex | 7 | 87 | 58 | 5F | 0 | 23 | 2F | 9E | 5A | 1C |
| Octal | 7 | 207 | 130 | 137 | 0 | 43 | 57 | 236 | 132 | 34 |
| Binary | 111 | 10000111 | 1011000 | 1011111 | 0 | 100011 | 101111 | 10011110 | 1011010 | 11100 |
Color Harmonies of #078758
Complementary color
Monochromatic Colors of #078758
Black with #078758
Text Example
Text Example
White with #078758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078758; }
p { color: rgb(7,135,88); }
H1.HeaderClassName
{
color: #078758;
}
.AnyTagClassName
{
color: #078758;
}
</style>
background-color css
<style>
a { background-color: #078758; }
a { background-color: rgb(7,135,88); }
div.DivClassName
{
background-color: #078758;
}
.BgClassName
{
background-color: #078758;
}
</style>
border-color css
<style>
span { border-color: #078758; }
span { border-color: rgb(7,135,88); }
td.TdClassName
{
border-color: #078758;
}
.TagClassName
{
border-color: #078758;
}
</style>