Shades of Elm #1C7A76
Tints of Elm #1C7A76
RGB
CMYK
RGB Variations
Color information
#1C7A76 (or 0x1C7A76) is known color: Elm. HEX triplet: 1C, 7A and 76. RGB value is (28,122,118). Sum of RGB (Red+Green+Blue) = 28+122+118=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A76 is #E38589. Grayscale: #5D5D5D. Windows color (decimal): -14910858 or 7764508. OLE color: 7764508.
HSL color Cylindrical-coordinate representation of color #1C7A76: hue angle of 177.45º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A76 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 122 | 118 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.52 |
| HSL | 177.45º | 0.63% | 0.29% | - |
| HSV(B) | 177.45º | 0.77% | 0.48% | - |
| XYZ | 10.71 | 15.47 | 19.56 | - |
| YUV | 93.44 | 141.86 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 118 | 0.77 | 0 | 0.03 | 0.52 | 177.45 | 0.63 | 0.29 |
| Hex | 1C | 7A | 76 | 4D | 0 | 3 | 34 | B1 | 3F | 1D |
| Octal | 34 | 172 | 166 | 115 | 0 | 3 | 64 | 261 | 77 | 35 |
| Binary | 11100 | 1111010 | 1110110 | 1001101 | 0 | 11 | 110100 | 10110001 | 111111 | 11101 |
Color Harmonies of #1C7A76
Complementary color
Monochromatic Colors of #1C7A76
Black with #1C7A76
Text Example
Text Example
White with #1C7A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7A76; }
p { color: rgb(28,122,118); }
H1.HeaderClassName
{
color: #1C7A76;
}
.AnyTagClassName
{
color: #1C7A76;
}
</style>
background-color css
<style>
a { background-color: #1C7A76; }
a { background-color: rgb(28,122,118); }
div.DivClassName
{
background-color: #1C7A76;
}
.BgClassName
{
background-color: #1C7A76;
}
</style>
border-color css
<style>
span { border-color: #1C7A76; }
span { border-color: rgb(28,122,118); }
td.TdClassName
{
border-color: #1C7A76;
}
.TagClassName
{
border-color: #1C7A76;
}
</style>