Shades of Elm #2C7774
Tints of Elm #2C7774
RGB
CMYK
RGB Variations
Color information
#2C7774 (or 0x2C7774) is known color: Elm. HEX triplet: 2C, 77 and 74. RGB value is (44,119,116). Sum of RGB (Red+Green+Blue) = 44+119+116=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7774 is #D3888B. Grayscale: #606060. Windows color (decimal): -13863052 or 7632684. OLE color: 7632684.
HSL color Cylindrical-coordinate representation of color #2C7774: hue angle of 177.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7774 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 116 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.53 |
| HSL | 177.6º | 0.46% | 0.32% | - |
| HSV(B) | 177.6º | 0.63% | 0.47% | - |
| XYZ | 10.79 | 14.99 | 18.85 | - |
| YUV | 96.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 116 | 0.63 | 0 | 0.03 | 0.53 | 177.6 | 0.46 | 0.32 |
| Hex | 2C | 77 | 74 | 3F | 0 | 3 | 35 | B2 | 2E | 20 |
| Octal | 54 | 167 | 164 | 77 | 0 | 3 | 65 | 262 | 56 | 40 |
| Binary | 101100 | 1110111 | 1110100 | 111111 | 0 | 11 | 110101 | 10110010 | 101110 | 100000 |
Color Harmonies of #2C7774
Complementary color
Monochromatic Colors of #2C7774
Black with #2C7774
Text Example
Text Example
White with #2C7774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7774; }
p { color: rgb(44,119,116); }
H1.HeaderClassName
{
color: #2C7774;
}
.AnyTagClassName
{
color: #2C7774;
}
</style>
background-color css
<style>
a { background-color: #2C7774; }
a { background-color: rgb(44,119,116); }
div.DivClassName
{
background-color: #2C7774;
}
.BgClassName
{
background-color: #2C7774;
}
</style>
border-color css
<style>
span { border-color: #2C7774; }
span { border-color: rgb(44,119,116); }
td.TdClassName
{
border-color: #2C7774;
}
.TagClassName
{
border-color: #2C7774;
}
</style>