Shades of Elm #1C776E
Tints of Elm #1C776E
RGB
CMYK
RGB Variations
Color information
#1C776E (or 0x1C776E) is known color: Elm. HEX triplet: 1C, 77 and 6E. RGB value is (28,119,110). Sum of RGB (Red+Green+Blue) = 28+119+110=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #1C776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C776E is #E38891. Grayscale: #5A5A5A. Windows color (decimal): -14911634 or 7239452. OLE color: 7239452.
HSL color Cylindrical-coordinate representation of color #1C776E: hue angle of 174.07º degrees, saturation: 0.62, 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 #1C776E is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 110 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.53 |
| HSL | 174.07º | 0.62% | 0.29% | - |
| HSV(B) | 174.07º | 0.76% | 0.47% | - |
| XYZ | 9.89 | 14.57 | 17.04 | - |
| YUV | 90.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 110 | 0.76 | 0 | 0.08 | 0.53 | 174.07 | 0.62 | 0.29 |
| Hex | 1C | 77 | 6E | 4C | 0 | 8 | 35 | AE | 3E | 1D |
| Octal | 34 | 167 | 156 | 114 | 0 | 10 | 65 | 256 | 76 | 35 |
| Binary | 11100 | 1110111 | 1101110 | 1001100 | 0 | 1000 | 110101 | 10101110 | 111110 | 11101 |
Color Harmonies of #1C776E
Complementary color
Monochromatic Colors of #1C776E
Black with #1C776E
Text Example
Text Example
White with #1C776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C776E; }
p { color: rgb(28,119,110); }
H1.HeaderClassName
{
color: #1C776E;
}
.AnyTagClassName
{
color: #1C776E;
}
</style>
background-color css
<style>
a { background-color: #1C776E; }
a { background-color: rgb(28,119,110); }
div.DivClassName
{
background-color: #1C776E;
}
.BgClassName
{
background-color: #1C776E;
}
</style>
border-color css
<style>
span { border-color: #1C776E; }
span { border-color: rgb(28,119,110); }
td.TdClassName
{
border-color: #1C776E;
}
.TagClassName
{
border-color: #1C776E;
}
</style>