Shades of Salem #1A7756
Tints of Salem #1A7756
RGB
CMYK
RGB Variations
Color information
#1A7756 (or 0x1A7756) is known color: Salem. HEX triplet: 1A, 77 and 56. RGB value is (26,119,86). Sum of RGB (Red+Green+Blue) = 26+119+86=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7756 is #E588A9. Grayscale: #575757. Windows color (decimal): -15042730 or 5666586. OLE color: 5666586.
HSL color Cylindrical-coordinate representation of color #1A7756: hue angle of 158.71º 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 #1A7756 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 86 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.53 |
| HSL | 158.71º | 0.64% | 0.28% | - |
| HSV(B) | 158.71º | 0.78% | 0.47% | - |
| XYZ | 8.7 | 14.09 | 11.06 | - |
| YUV | 87.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 86 | 0.78 | 0 | 0.28 | 0.53 | 158.71 | 0.64 | 0.28 |
| Hex | 1A | 77 | 56 | 4E | 0 | 1C | 35 | 9F | 40 | 1C |
| Octal | 32 | 167 | 126 | 116 | 0 | 34 | 65 | 237 | 100 | 34 |
| Binary | 11010 | 1110111 | 1010110 | 1001110 | 0 | 11100 | 110101 | 10011111 | 1000000 | 11100 |
Color Harmonies of #1A7756
Complementary color
Monochromatic Colors of #1A7756
Black with #1A7756
Text Example
Text Example
White with #1A7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7756; }
p { color: rgb(26,119,86); }
H1.HeaderClassName
{
color: #1A7756;
}
.AnyTagClassName
{
color: #1A7756;
}
</style>
background-color css
<style>
a { background-color: #1A7756; }
a { background-color: rgb(26,119,86); }
div.DivClassName
{
background-color: #1A7756;
}
.BgClassName
{
background-color: #1A7756;
}
</style>
border-color css
<style>
span { border-color: #1A7756; }
span { border-color: rgb(26,119,86); }
td.TdClassName
{
border-color: #1A7756;
}
.TagClassName
{
border-color: #1A7756;
}
</style>