Shades of Elm #1C7F74
Tints of Elm #1C7F74
RGB
CMYK
RGB Variations
Color information
#1C7F74 (or 0x1C7F74) is known color: Elm. HEX triplet: 1C, 7F and 74. RGB value is (28,127,116). Sum of RGB (Red+Green+Blue) = 28+127+116=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7F74 is #E3808B. Grayscale: #606060. Windows color (decimal): -14909580 or 7634716. OLE color: 7634716.
HSL color Cylindrical-coordinate representation of color #1C7F74: hue angle of 173.33º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7F74 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 28 | 127 | 116 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.50 |
| HSL | 173.33º | 0.64% | 0.3% | - |
| HSV(B) | 173.33º | 0.78% | 0.5% | - |
| XYZ | 11.22 | 16.69 | 19.15 | - |
| YUV | 96.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 127 | 116 | 0.78 | 0 | 0.09 | 0.50 | 173.33 | 0.64 | 0.3 |
| Hex | 1C | 7F | 74 | 4E | 0 | 9 | 32 | AD | 40 | 1E |
| Octal | 34 | 177 | 164 | 116 | 0 | 11 | 62 | 255 | 100 | 36 |
| Binary | 11100 | 1111111 | 1110100 | 1001110 | 0 | 1001 | 110010 | 10101101 | 1000000 | 11110 |
Color Harmonies of #1C7F74
Complementary color
Monochromatic Colors of #1C7F74
Black with #1C7F74
Text Example
Text Example
White with #1C7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7F74; }
p { color: rgb(28,127,116); }
H1.HeaderClassName
{
color: #1C7F74;
}
.AnyTagClassName
{
color: #1C7F74;
}
</style>
background-color css
<style>
a { background-color: #1C7F74; }
a { background-color: rgb(28,127,116); }
div.DivClassName
{
background-color: #1C7F74;
}
.BgClassName
{
background-color: #1C7F74;
}
</style>
border-color css
<style>
span { border-color: #1C7F74; }
span { border-color: rgb(28,127,116); }
td.TdClassName
{
border-color: #1C7F74;
}
.TagClassName
{
border-color: #1C7F74;
}
</style>