Shades of Elm #2C7A77
Tints of Elm #2C7A77
RGB
CMYK
RGB Variations
Color information
#2C7A77 (or 0x2C7A77) is known color: Elm. HEX triplet: 2C, 7A and 77. RGB value is (44,122,119). Sum of RGB (Red+Green+Blue) = 44+122+119=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7A77 is #D38588. Grayscale: #626262. Windows color (decimal): -13862281 or 7830060. OLE color: 7830060.
HSL color Cylindrical-coordinate representation of color #2C7A77: hue angle of 177.69º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7A77 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 122 | 119 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.52 |
| HSL | 177.69º | 0.47% | 0.33% | - |
| HSV(B) | 177.69º | 0.64% | 0.48% | - |
| XYZ | 11.33 | 15.79 | 19.9 | - |
| YUV | 98.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 119 | 0.64 | 0 | 0.02 | 0.52 | 177.69 | 0.47 | 0.33 |
| Hex | 2C | 7A | 77 | 40 | 0 | 2 | 34 | B2 | 2F | 21 |
| Octal | 54 | 172 | 167 | 100 | 0 | 2 | 64 | 262 | 57 | 41 |
| Binary | 101100 | 1111010 | 1110111 | 1000000 | 0 | 10 | 110100 | 10110010 | 101111 | 100001 |
Color Harmonies of #2C7A77
Complementary color
Monochromatic Colors of #2C7A77
Black with #2C7A77
Text Example
Text Example
White with #2C7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7A77; }
p { color: rgb(44,122,119); }
H1.HeaderClassName
{
color: #2C7A77;
}
.AnyTagClassName
{
color: #2C7A77;
}
</style>
background-color css
<style>
a { background-color: #2C7A77; }
a { background-color: rgb(44,122,119); }
div.DivClassName
{
background-color: #2C7A77;
}
.BgClassName
{
background-color: #2C7A77;
}
</style>
border-color css
<style>
span { border-color: #2C7A77; }
span { border-color: rgb(44,122,119); }
td.TdClassName
{
border-color: #2C7A77;
}
.TagClassName
{
border-color: #2C7A77;
}
</style>