Shades of Elm #1D7E78
Tints of Elm #1D7E78
RGB
CMYK
RGB Variations
Color information
#1D7E78 (or 0x1D7E78) is known color: Elm. HEX triplet: 1D, 7E and 78. RGB value is (29,126,120). Sum of RGB (Red+Green+Blue) = 29+126+120=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #1D7E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7E78 is #E28187. Grayscale: #606060. Windows color (decimal): -14844296 or 7896605. OLE color: 7896605.
HSL color Cylindrical-coordinate representation of color #1D7E78: hue angle of 176.29º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D7E78 is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 126 | 120 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.51 |
| HSL | 176.29º | 0.63% | 0.3% | - |
| HSV(B) | 176.29º | 0.77% | 0.49% | - |
| XYZ | 11.36 | 16.54 | 20.36 | - |
| YUV | 96.31 | 141.36 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 120 | 0.77 | 0 | 0.05 | 0.51 | 176.29 | 0.63 | 0.3 |
| Hex | 1D | 7E | 78 | 4D | 0 | 5 | 33 | B0 | 3F | 1E |
| Octal | 35 | 176 | 170 | 115 | 0 | 5 | 63 | 260 | 77 | 36 |
| Binary | 11101 | 1111110 | 1111000 | 1001101 | 0 | 101 | 110011 | 10110000 | 111111 | 11110 |
Color Harmonies of #1D7E78
Complementary color
Monochromatic Colors of #1D7E78
Black with #1D7E78
Text Example
Text Example
White with #1D7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7E78; }
p { color: rgb(29,126,120); }
H1.HeaderClassName
{
color: #1D7E78;
}
.AnyTagClassName
{
color: #1D7E78;
}
</style>
background-color css
<style>
a { background-color: #1D7E78; }
a { background-color: rgb(29,126,120); }
div.DivClassName
{
background-color: #1D7E78;
}
.BgClassName
{
background-color: #1D7E78;
}
</style>
border-color css
<style>
span { border-color: #1D7E78; }
span { border-color: rgb(29,126,120); }
td.TdClassName
{
border-color: #1D7E78;
}
.TagClassName
{
border-color: #1D7E78;
}
</style>