Shades of Elm #1D776F
Tints of Elm #1D776F
RGB
CMYK
RGB Variations
Color information
#1D776F (or 0x1D776F) is known color: Elm. HEX triplet: 1D, 77 and 6F. RGB value is (29,119,111). Sum of RGB (Red+Green+Blue) = 29+119+111=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #1D776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D776F is #E28890. Grayscale: #5B5B5B. Windows color (decimal): -14846097 or 7304989. OLE color: 7304989.
HSL color Cylindrical-coordinate representation of color #1D776F: hue angle of 174.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D776F is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 119 | 111 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.53 |
| HSL | 174.67º | 0.61% | 0.29% | - |
| HSV(B) | 174.67º | 0.76% | 0.47% | - |
| XYZ | 9.97 | 14.6 | 17.33 | - |
| YUV | 91.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 119 | 111 | 0.76 | 0 | 0.07 | 0.53 | 174.67 | 0.61 | 0.29 |
| Hex | 1D | 77 | 6F | 4C | 0 | 7 | 35 | AF | 3D | 1D |
| Octal | 35 | 167 | 157 | 114 | 0 | 7 | 65 | 257 | 75 | 35 |
| Binary | 11101 | 1110111 | 1101111 | 1001100 | 0 | 111 | 110101 | 10101111 | 111101 | 11101 |
Color Harmonies of #1D776F
Complementary color
Monochromatic Colors of #1D776F
Black with #1D776F
Text Example
Text Example
White with #1D776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D776F; }
p { color: rgb(29,119,111); }
H1.HeaderClassName
{
color: #1D776F;
}
.AnyTagClassName
{
color: #1D776F;
}
</style>
background-color css
<style>
a { background-color: #1D776F; }
a { background-color: rgb(29,119,111); }
div.DivClassName
{
background-color: #1D776F;
}
.BgClassName
{
background-color: #1D776F;
}
</style>
border-color css
<style>
span { border-color: #1D776F; }
span { border-color: rgb(29,119,111); }
td.TdClassName
{
border-color: #1D776F;
}
.TagClassName
{
border-color: #1D776F;
}
</style>