Shades of Salem #078752
Tints of Salem #078752
RGB
CMYK
RGB Variations
Color information
#078752 (or 0x078752) is known color: Salem. HEX triplet: 07, 87 and 52. RGB value is (7,135,82). Sum of RGB (Red+Green+Blue) = 7+135+82=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 135 (53.12% from 255 or 60.27% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 135 - color contains mainly: green. Hex color #078752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078752 is #F878AD. Grayscale: #5A5A5A. Windows color (decimal): -16283822 or 5408519. OLE color: 5408519.
HSL color Cylindrical-coordinate representation of color #078752: hue angle of 155.16º 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 #078752 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 135 | 82 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.47 |
| HSL | 155.16º | 0.9% | 0.28% | - |
| HSV(B) | 155.16º | 0.95% | 0.53% | - |
| XYZ | 10.27 | 17.98 | 10.91 | - |
| YUV | 90.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 135 | 82 | 0.95 | 0 | 0.39 | 0.47 | 155.16 | 0.9 | 0.28 |
| Hex | 7 | 87 | 52 | 5F | 0 | 27 | 2F | 9B | 5A | 1C |
| Octal | 7 | 207 | 122 | 137 | 0 | 47 | 57 | 233 | 132 | 34 |
| Binary | 111 | 10000111 | 1010010 | 1011111 | 0 | 100111 | 101111 | 10011011 | 1011010 | 11100 |
Color Harmonies of #078752
Complementary color
Monochromatic Colors of #078752
Black with #078752
Text Example
Text Example
White with #078752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078752; }
p { color: rgb(7,135,82); }
H1.HeaderClassName
{
color: #078752;
}
.AnyTagClassName
{
color: #078752;
}
</style>
background-color css
<style>
a { background-color: #078752; }
a { background-color: rgb(7,135,82); }
div.DivClassName
{
background-color: #078752;
}
.BgClassName
{
background-color: #078752;
}
</style>
border-color css
<style>
span { border-color: #078752; }
span { border-color: rgb(7,135,82); }
td.TdClassName
{
border-color: #078752;
}
.TagClassName
{
border-color: #078752;
}
</style>