Shades of Salem #1A7758
Tints of Salem #1A7758
RGB
CMYK
RGB Variations
Color information
#1A7758 (or 0x1A7758) is known color: Salem. HEX triplet: 1A, 77 and 58. RGB value is (26,119,88). Sum of RGB (Red+Green+Blue) = 26+119+88=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7758 is #E588A7. Grayscale: #575757. Windows color (decimal): -15042728 or 5797658. OLE color: 5797658.
HSL color Cylindrical-coordinate representation of color #1A7758: hue angle of 160º 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 #1A7758 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 88 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.53 |
| HSL | 160º | 0.64% | 0.28% | - |
| HSV(B) | 160º | 0.78% | 0.47% | - |
| XYZ | 8.78 | 14.12 | 11.49 | - |
| YUV | 87.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 88 | 0.78 | 0 | 0.26 | 0.53 | 160 | 0.64 | 0.28 |
| Hex | 1A | 77 | 58 | 4E | 0 | 1A | 35 | A0 | 40 | 1C |
| Octal | 32 | 167 | 130 | 116 | 0 | 32 | 65 | 240 | 100 | 34 |
| Binary | 11010 | 1110111 | 1011000 | 1001110 | 0 | 11010 | 110101 | 10100000 | 1000000 | 11100 |
Color Harmonies of #1A7758
Complementary color
Monochromatic Colors of #1A7758
Black with #1A7758
Text Example
Text Example
White with #1A7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7758; }
p { color: rgb(26,119,88); }
H1.HeaderClassName
{
color: #1A7758;
}
.AnyTagClassName
{
color: #1A7758;
}
</style>
background-color css
<style>
a { background-color: #1A7758; }
a { background-color: rgb(26,119,88); }
div.DivClassName
{
background-color: #1A7758;
}
.BgClassName
{
background-color: #1A7758;
}
</style>
border-color css
<style>
span { border-color: #1A7758; }
span { border-color: rgb(26,119,88); }
td.TdClassName
{
border-color: #1A7758;
}
.TagClassName
{
border-color: #1A7758;
}
</style>