Shades of Salem #27764E
Tints of Salem #27764E
RGB
CMYK
RGB Variations
Color information
#27764E (or 0x27764E) is known color: Salem. HEX triplet: 27, 76 and 4E. RGB value is (39,118,78). Sum of RGB (Red+Green+Blue) = 39+118+78=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #27764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27764E is #D889B1. Grayscale: #595959. Windows color (decimal): -14191026 or 5142055. OLE color: 5142055.
HSL color Cylindrical-coordinate representation of color #27764E: hue angle of 149.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27764E is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 39 | 118 | 78 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.54 |
| HSL | 149.62º | 0.5% | 0.31% | - |
| HSV(B) | 149.62º | 0.67% | 0.46% | - |
| XYZ | 8.69 | 13.94 | 9.44 | - |
| YUV | 89.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 118 | 78 | 0.67 | 0 | 0.34 | 0.54 | 149.62 | 0.5 | 0.31 |
| Hex | 27 | 76 | 4E | 43 | 0 | 22 | 36 | 96 | 32 | 1F |
| Octal | 47 | 166 | 116 | 103 | 0 | 42 | 66 | 226 | 62 | 37 |
| Binary | 100111 | 1110110 | 1001110 | 1000011 | 0 | 100010 | 110110 | 10010110 | 110010 | 11111 |
Color Harmonies of #27764E
Complementary color
Monochromatic Colors of #27764E
Black with #27764E
Text Example
Text Example
White with #27764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27764E; }
p { color: rgb(39,118,78); }
H1.HeaderClassName
{
color: #27764E;
}
.AnyTagClassName
{
color: #27764E;
}
</style>
background-color css
<style>
a { background-color: #27764E; }
a { background-color: rgb(39,118,78); }
div.DivClassName
{
background-color: #27764E;
}
.BgClassName
{
background-color: #27764E;
}
</style>
border-color css
<style>
span { border-color: #27764E; }
span { border-color: rgb(39,118,78); }
td.TdClassName
{
border-color: #27764E;
}
.TagClassName
{
border-color: #27764E;
}
</style>