Shades of Elm #1C7770
Tints of Elm #1C7770
RGB
CMYK
RGB Variations
Color information
#1C7770 (or 0x1C7770) is known color: Elm. HEX triplet: 1C, 77 and 70. RGB value is (28,119,112). Sum of RGB (Red+Green+Blue) = 28+119+112=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7770 is #E3888F. Grayscale: #5A5A5A. Windows color (decimal): -14911632 or 7370524. OLE color: 7370524.
HSL color Cylindrical-coordinate representation of color #1C7770: hue angle of 175.38º 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 #1C7770 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 112 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.53 |
| HSL | 175.38º | 0.62% | 0.29% | - |
| HSV(B) | 175.38º | 0.76% | 0.47% | - |
| XYZ | 10 | 14.61 | 17.62 | - |
| YUV | 90.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 112 | 0.76 | 0 | 0.06 | 0.53 | 175.38 | 0.62 | 0.29 |
| Hex | 1C | 77 | 70 | 4C | 0 | 6 | 35 | AF | 3E | 1D |
| Octal | 34 | 167 | 160 | 114 | 0 | 6 | 65 | 257 | 76 | 35 |
| Binary | 11100 | 1110111 | 1110000 | 1001100 | 0 | 110 | 110101 | 10101111 | 111110 | 11101 |
Color Harmonies of #1C7770
Complementary color
Monochromatic Colors of #1C7770
Black with #1C7770
Text Example
Text Example
White with #1C7770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7770; }
p { color: rgb(28,119,112); }
H1.HeaderClassName
{
color: #1C7770;
}
.AnyTagClassName
{
color: #1C7770;
}
</style>
background-color css
<style>
a { background-color: #1C7770; }
a { background-color: rgb(28,119,112); }
div.DivClassName
{
background-color: #1C7770;
}
.BgClassName
{
background-color: #1C7770;
}
</style>
border-color css
<style>
span { border-color: #1C7770; }
span { border-color: rgb(28,119,112); }
td.TdClassName
{
border-color: #1C7770;
}
.TagClassName
{
border-color: #1C7770;
}
</style>