Shades of Elm #1C7773
Tints of Elm #1C7773
RGB
CMYK
RGB Variations
Color information
#1C7773 (or 0x1C7773) is known color: Elm. HEX triplet: 1C, 77 and 73. RGB value is (28,119,115). Sum of RGB (Red+Green+Blue) = 28+119+115=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #1C7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7773 is #E3888C. Grayscale: #5B5B5B. Windows color (decimal): -14911629 or 7567132. OLE color: 7567132.
HSL color Cylindrical-coordinate representation of color #1C7773: hue angle of 177.36º 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 #1C7773 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 119 | 115 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.53 |
| HSL | 177.36º | 0.62% | 0.29% | - |
| HSV(B) | 177.36º | 0.76% | 0.47% | - |
| XYZ | 10.17 | 14.68 | 18.52 | - |
| YUV | 91.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 119 | 115 | 0.76 | 0 | 0.03 | 0.53 | 177.36 | 0.62 | 0.29 |
| Hex | 1C | 77 | 73 | 4C | 0 | 3 | 35 | B1 | 3E | 1D |
| Octal | 34 | 167 | 163 | 114 | 0 | 3 | 65 | 261 | 76 | 35 |
| Binary | 11100 | 1110111 | 1110011 | 1001100 | 0 | 11 | 110101 | 10110001 | 111110 | 11101 |
Color Harmonies of #1C7773
Complementary color
Monochromatic Colors of #1C7773
Black with #1C7773
Text Example
Text Example
White with #1C7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7773; }
p { color: rgb(28,119,115); }
H1.HeaderClassName
{
color: #1C7773;
}
.AnyTagClassName
{
color: #1C7773;
}
</style>
background-color css
<style>
a { background-color: #1C7773; }
a { background-color: rgb(28,119,115); }
div.DivClassName
{
background-color: #1C7773;
}
.BgClassName
{
background-color: #1C7773;
}
</style>
border-color css
<style>
span { border-color: #1C7773; }
span { border-color: rgb(28,119,115); }
td.TdClassName
{
border-color: #1C7773;
}
.TagClassName
{
border-color: #1C7773;
}
</style>