Shades of Salem #207752
Tints of Salem #207752
RGB
CMYK
RGB Variations
Color information
#207752 (or 0x207752) is known color: Salem. HEX triplet: 20, 77 and 52. RGB value is (32,119,82). Sum of RGB (Red+Green+Blue) = 32+119+82=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #207752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207752 is #DF88AD. Grayscale: #585858. Windows color (decimal): -14649518 or 5404448. OLE color: 5404448.
HSL color Cylindrical-coordinate representation of color #207752: hue angle of 154.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207752 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 82 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.53 |
| HSL | 154.48º | 0.58% | 0.3% | - |
| HSV(B) | 154.48º | 0.73% | 0.47% | - |
| XYZ | 8.72 | 14.11 | 10.25 | - |
| YUV | 88.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 82 | 0.73 | 0 | 0.31 | 0.53 | 154.48 | 0.58 | 0.3 |
| Hex | 20 | 77 | 52 | 49 | 0 | 1F | 35 | 9A | 3A | 1E |
| Octal | 40 | 167 | 122 | 111 | 0 | 37 | 65 | 232 | 72 | 36 |
| Binary | 100000 | 1110111 | 1010010 | 1001001 | 0 | 11111 | 110101 | 10011010 | 111010 | 11110 |
Color Harmonies of #207752
Complementary color
Monochromatic Colors of #207752
Black with #207752
Text Example
Text Example
White with #207752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207752; }
p { color: rgb(32,119,82); }
H1.HeaderClassName
{
color: #207752;
}
.AnyTagClassName
{
color: #207752;
}
</style>
background-color css
<style>
a { background-color: #207752; }
a { background-color: rgb(32,119,82); }
div.DivClassName
{
background-color: #207752;
}
.BgClassName
{
background-color: #207752;
}
</style>
border-color css
<style>
span { border-color: #207752; }
span { border-color: rgb(32,119,82); }
td.TdClassName
{
border-color: #207752;
}
.TagClassName
{
border-color: #207752;
}
</style>