Shades of Salem #1A7755
Tints of Salem #1A7755
RGB
CMYK
RGB Variations
Color information
#1A7755 (or 0x1A7755) is known color: Salem. HEX triplet: 1A, 77 and 55. RGB value is (26,119,85). Sum of RGB (Red+Green+Blue) = 26+119+85=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7755 is #E588AA. Grayscale: #575757. Windows color (decimal): -15042731 or 5601050. OLE color: 5601050.
HSL color Cylindrical-coordinate representation of color #1A7755: hue angle of 158.06º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7755 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 85 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.53 |
| HSL | 158.06º | 0.64% | 0.28% | - |
| HSV(B) | 158.06º | 0.78% | 0.47% | - |
| XYZ | 8.66 | 14.07 | 10.85 | - |
| YUV | 87.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 85 | 0.78 | 0 | 0.29 | 0.53 | 158.06 | 0.64 | 0.28 |
| Hex | 1A | 77 | 55 | 4E | 0 | 1D | 35 | 9E | 40 | 1C |
| Octal | 32 | 167 | 125 | 116 | 0 | 35 | 65 | 236 | 100 | 34 |
| Binary | 11010 | 1110111 | 1010101 | 1001110 | 0 | 11101 | 110101 | 10011110 | 1000000 | 11100 |
Color Harmonies of #1A7755
Complementary color
Monochromatic Colors of #1A7755
Black with #1A7755
Text Example
Text Example
White with #1A7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7755; }
p { color: rgb(26,119,85); }
H1.HeaderClassName
{
color: #1A7755;
}
.AnyTagClassName
{
color: #1A7755;
}
</style>
background-color css
<style>
a { background-color: #1A7755; }
a { background-color: rgb(26,119,85); }
div.DivClassName
{
background-color: #1A7755;
}
.BgClassName
{
background-color: #1A7755;
}
</style>
border-color css
<style>
span { border-color: #1A7755; }
span { border-color: rgb(26,119,85); }
td.TdClassName
{
border-color: #1A7755;
}
.TagClassName
{
border-color: #1A7755;
}
</style>