Shades of Salem #27774E
Tints of Salem #27774E
RGB
CMYK
RGB Variations
Color information
#27774E (or 0x27774E) is known color: Salem. HEX triplet: 27, 77 and 4E. RGB value is (39,119,78). Sum of RGB (Red+Green+Blue) = 39+119+78=236 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.53% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #27774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27774E is #D888B1. Grayscale: #5A5A5A. Windows color (decimal): -14190770 or 5142311. OLE color: 5142311.
HSL color Cylindrical-coordinate representation of color #27774E: hue angle of 149.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27774E is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 78 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.53 |
| HSL | 149.25º | 0.51% | 0.31% | - |
| HSV(B) | 149.25º | 0.67% | 0.47% | - |
| XYZ | 8.81 | 14.18 | 9.48 | - |
| YUV | 90.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 78 | 0.67 | 0 | 0.34 | 0.53 | 149.25 | 0.51 | 0.31 |
| Hex | 27 | 77 | 4E | 43 | 0 | 22 | 35 | 95 | 33 | 1F |
| Octal | 47 | 167 | 116 | 103 | 0 | 42 | 65 | 225 | 63 | 37 |
| Binary | 100111 | 1110111 | 1001110 | 1000011 | 0 | 100010 | 110101 | 10010101 | 110011 | 11111 |
Color Harmonies of #27774E
Complementary color
Monochromatic Colors of #27774E
Black with #27774E
Text Example
Text Example
White with #27774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27774E; }
p { color: rgb(39,119,78); }
H1.HeaderClassName
{
color: #27774E;
}
.AnyTagClassName
{
color: #27774E;
}
</style>
background-color css
<style>
a { background-color: #27774E; }
a { background-color: rgb(39,119,78); }
div.DivClassName
{
background-color: #27774E;
}
.BgClassName
{
background-color: #27774E;
}
</style>
border-color css
<style>
span { border-color: #27774E; }
span { border-color: rgb(39,119,78); }
td.TdClassName
{
border-color: #27774E;
}
.TagClassName
{
border-color: #27774E;
}
</style>