Shades of Salem #207755
Tints of Salem #207755
RGB
CMYK
RGB Variations
Color information
#207755 (or 0x207755) is known color: Salem. HEX triplet: 20, 77 and 55. RGB value is (32,119,85). Sum of RGB (Red+Green+Blue) = 32+119+85=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #207755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207755 is #DF88AA. Grayscale: #595959. Windows color (decimal): -14649515 or 5601056. OLE color: 5601056.
HSL color Cylindrical-coordinate representation of color #207755: hue angle of 156.55º 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 #207755 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 119 | 85 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.53 |
| HSL | 156.55º | 0.58% | 0.3% | - |
| HSV(B) | 156.55º | 0.73% | 0.47% | - |
| XYZ | 8.83 | 14.16 | 10.86 | - |
| YUV | 89.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 85 | 0.73 | 0 | 0.29 | 0.53 | 156.55 | 0.58 | 0.3 |
| Hex | 20 | 77 | 55 | 49 | 0 | 1D | 35 | 9D | 3A | 1E |
| Octal | 40 | 167 | 125 | 111 | 0 | 35 | 65 | 235 | 72 | 36 |
| Binary | 100000 | 1110111 | 1010101 | 1001001 | 0 | 11101 | 110101 | 10011101 | 111010 | 11110 |
Color Harmonies of #207755
Complementary color
Monochromatic Colors of #207755
Black with #207755
Text Example
Text Example
White with #207755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207755; }
p { color: rgb(32,119,85); }
H1.HeaderClassName
{
color: #207755;
}
.AnyTagClassName
{
color: #207755;
}
</style>
background-color css
<style>
a { background-color: #207755; }
a { background-color: rgb(32,119,85); }
div.DivClassName
{
background-color: #207755;
}
.BgClassName
{
background-color: #207755;
}
</style>
border-color css
<style>
span { border-color: #207755; }
span { border-color: rgb(32,119,85); }
td.TdClassName
{
border-color: #207755;
}
.TagClassName
{
border-color: #207755;
}
</style>