Shades of Salem #0D7752
Tints of Salem #0D7752
RGB
CMYK
RGB Variations
Color information
#0D7752 (or 0x0D7752) is known color: Salem. HEX triplet: 0D, 77 and 52. RGB value is (13,119,82). Sum of RGB (Red+Green+Blue) = 13+119+82=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #0D7752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7752 is #F288AD. Grayscale: #535353. Windows color (decimal): -15894702 or 5404429. OLE color: 5404429.
HSL color Cylindrical-coordinate representation of color #0D7752: hue angle of 159.06º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7752 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 119 | 82 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.53 |
| HSL | 159.06º | 0.8% | 0.26% | - |
| HSV(B) | 159.06º | 0.89% | 0.47% | - |
| XYZ | 8.29 | 13.89 | 10.23 | - |
| YUV | 83.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 119 | 82 | 0.89 | 0 | 0.31 | 0.53 | 159.06 | 0.8 | 0.26 |
| Hex | D | 77 | 52 | 59 | 0 | 1F | 35 | 9F | 50 | 1A |
| Octal | 15 | 167 | 122 | 131 | 0 | 37 | 65 | 237 | 120 | 32 |
| Binary | 1101 | 1110111 | 1010010 | 1011001 | 0 | 11111 | 110101 | 10011111 | 1010000 | 11010 |
Color Harmonies of #0D7752
Complementary color
Monochromatic Colors of #0D7752
Black with #0D7752
Text Example
Text Example
White with #0D7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7752; }
p { color: rgb(13,119,82); }
H1.HeaderClassName
{
color: #0D7752;
}
.AnyTagClassName
{
color: #0D7752;
}
</style>
background-color css
<style>
a { background-color: #0D7752; }
a { background-color: rgb(13,119,82); }
div.DivClassName
{
background-color: #0D7752;
}
.BgClassName
{
background-color: #0D7752;
}
</style>
border-color css
<style>
span { border-color: #0D7752; }
span { border-color: rgb(13,119,82); }
td.TdClassName
{
border-color: #0D7752;
}
.TagClassName
{
border-color: #0D7752;
}
</style>