Shades of Salem #11774D
Tints of Salem #11774D
RGB
CMYK
RGB Variations
Color information
#11774D (or 0x11774D) is known color: Salem. HEX triplet: 11, 77 and 4D. RGB value is (17,119,77). Sum of RGB (Red+Green+Blue) = 17+119+77=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #11774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11774D is #EE88B2. Grayscale: #535353. Windows color (decimal): -15632563 or 5076753. OLE color: 5076753.
HSL color Cylindrical-coordinate representation of color #11774D: hue angle of 155.29º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11774D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 119 | 77 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.53 |
| HSL | 155.29º | 0.75% | 0.27% | - |
| HSV(B) | 155.29º | 0.86% | 0.47% | - |
| XYZ | 8.17 | 13.85 | 9.26 | - |
| YUV | 83.71 | 124.21 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 77 | 0.86 | 0 | 0.35 | 0.53 | 155.29 | 0.75 | 0.27 |
| Hex | 11 | 77 | 4D | 56 | 0 | 23 | 35 | 9B | 4B | 1B |
| Octal | 21 | 167 | 115 | 126 | 0 | 43 | 65 | 233 | 113 | 33 |
| Binary | 10001 | 1110111 | 1001101 | 1010110 | 0 | 100011 | 110101 | 10011011 | 1001011 | 11011 |
Color Harmonies of #11774D
Complementary color
Monochromatic Colors of #11774D
Black with #11774D
Text Example
Text Example
White with #11774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11774D; }
p { color: rgb(17,119,77); }
H1.HeaderClassName
{
color: #11774D;
}
.AnyTagClassName
{
color: #11774D;
}
</style>
background-color css
<style>
a { background-color: #11774D; }
a { background-color: rgb(17,119,77); }
div.DivClassName
{
background-color: #11774D;
}
.BgClassName
{
background-color: #11774D;
}
</style>
border-color css
<style>
span { border-color: #11774D; }
span { border-color: rgb(17,119,77); }
td.TdClassName
{
border-color: #11774D;
}
.TagClassName
{
border-color: #11774D;
}
</style>