Shades of Elm #1E7A77
Tints of Elm #1E7A77
RGB
CMYK
RGB Variations
Color information
#1E7A77 (or 0x1E7A77) is known color: Elm. HEX triplet: 1E, 7A and 77. RGB value is (30,122,119). Sum of RGB (Red+Green+Blue) = 30+122+119=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #1E7A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7A77 is #E18588. Grayscale: #5E5E5E. Windows color (decimal): -14779785 or 7830046. OLE color: 7830046.
HSL color Cylindrical-coordinate representation of color #1E7A77: hue angle of 178.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7A77 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 122 | 119 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.52 |
| HSL | 178.04º | 0.61% | 0.3% | - |
| HSV(B) | 178.04º | 0.75% | 0.48% | - |
| XYZ | 10.82 | 15.53 | 19.88 | - |
| YUV | 94.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 119 | 0.75 | 0 | 0.02 | 0.52 | 178.04 | 0.61 | 0.3 |
| Hex | 1E | 7A | 77 | 4B | 0 | 2 | 34 | B2 | 3D | 1E |
| Octal | 36 | 172 | 167 | 113 | 0 | 2 | 64 | 262 | 75 | 36 |
| Binary | 11110 | 1111010 | 1110111 | 1001011 | 0 | 10 | 110100 | 10110010 | 111101 | 11110 |
Color Harmonies of #1E7A77
Complementary color
Monochromatic Colors of #1E7A77
Black with #1E7A77
Text Example
Text Example
White with #1E7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7A77; }
p { color: rgb(30,122,119); }
H1.HeaderClassName
{
color: #1E7A77;
}
.AnyTagClassName
{
color: #1E7A77;
}
</style>
background-color css
<style>
a { background-color: #1E7A77; }
a { background-color: rgb(30,122,119); }
div.DivClassName
{
background-color: #1E7A77;
}
.BgClassName
{
background-color: #1E7A77;
}
</style>
border-color css
<style>
span { border-color: #1E7A77; }
span { border-color: rgb(30,122,119); }
td.TdClassName
{
border-color: #1E7A77;
}
.TagClassName
{
border-color: #1E7A77;
}
</style>