Shades of Salem #127753
Tints of Salem #127753
RGB
CMYK
RGB Variations
Color information
#127753 (or 0x127753) is known color: Salem. HEX triplet: 12, 77 and 53. RGB value is (18,119,83). Sum of RGB (Red+Green+Blue) = 18+119+83=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #127753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127753 is #ED88AC. Grayscale: #545454. Windows color (decimal): -15567021 or 5469970. OLE color: 5469970.
HSL color Cylindrical-coordinate representation of color #127753: hue angle of 158.61º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127753 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 119 | 83 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.53 |
| HSL | 158.61º | 0.74% | 0.27% | - |
| HSV(B) | 158.61º | 0.85% | 0.47% | - |
| XYZ | 8.41 | 13.95 | 10.43 | - |
| YUV | 84.7 | 127.04 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 83 | 0.85 | 0 | 0.30 | 0.53 | 158.61 | 0.74 | 0.27 |
| Hex | 12 | 77 | 53 | 55 | 0 | 1E | 35 | 9F | 4A | 1B |
| Octal | 22 | 167 | 123 | 125 | 0 | 36 | 65 | 237 | 112 | 33 |
| Binary | 10010 | 1110111 | 1010011 | 1010101 | 0 | 11110 | 110101 | 10011111 | 1001010 | 11011 |
Color Harmonies of #127753
Complementary color
Monochromatic Colors of #127753
Black with #127753
Text Example
Text Example
White with #127753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127753; }
p { color: rgb(18,119,83); }
H1.HeaderClassName
{
color: #127753;
}
.AnyTagClassName
{
color: #127753;
}
</style>
background-color css
<style>
a { background-color: #127753; }
a { background-color: rgb(18,119,83); }
div.DivClassName
{
background-color: #127753;
}
.BgClassName
{
background-color: #127753;
}
</style>
border-color css
<style>
span { border-color: #127753; }
span { border-color: rgb(18,119,83); }
td.TdClassName
{
border-color: #127753;
}
.TagClassName
{
border-color: #127753;
}
</style>