Shades of Elm #1C7674
Tints of Elm #1C7674
RGB
CMYK
RGB Variations
Color information
#1C7674 (or 0x1C7674) is known color: Elm. HEX triplet: 1C, 76 and 74. RGB value is (28,118,116). Sum of RGB (Red+Green+Blue) = 28+118+116=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7674 is #E3898B. Grayscale: #5A5A5A. Windows color (decimal): -14911884 or 7632412. OLE color: 7632412.
HSL color Cylindrical-coordinate representation of color #1C7674: hue angle of 178.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7674 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 116 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.54 |
| HSL | 178.67º | 0.62% | 0.29% | - |
| HSV(B) | 178.67º | 0.76% | 0.46% | - |
| XYZ | 10.11 | 14.46 | 18.78 | - |
| YUV | 90.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 116 | 0.76 | 0 | 0.02 | 0.54 | 178.67 | 0.62 | 0.29 |
| Hex | 1C | 76 | 74 | 4C | 0 | 2 | 36 | B3 | 3E | 1D |
| Octal | 34 | 166 | 164 | 114 | 0 | 2 | 66 | 263 | 76 | 35 |
| Binary | 11100 | 1110110 | 1110100 | 1001100 | 0 | 10 | 110110 | 10110011 | 111110 | 11101 |
Color Harmonies of #1C7674
Complementary color
Monochromatic Colors of #1C7674
Black with #1C7674
Text Example
Text Example
White with #1C7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7674; }
p { color: rgb(28,118,116); }
H1.HeaderClassName
{
color: #1C7674;
}
.AnyTagClassName
{
color: #1C7674;
}
</style>
background-color css
<style>
a { background-color: #1C7674; }
a { background-color: rgb(28,118,116); }
div.DivClassName
{
background-color: #1C7674;
}
.BgClassName
{
background-color: #1C7674;
}
</style>
border-color css
<style>
span { border-color: #1C7674; }
span { border-color: rgb(28,118,116); }
td.TdClassName
{
border-color: #1C7674;
}
.TagClassName
{
border-color: #1C7674;
}
</style>