Shades of Elm #1C726C
Tints of Elm #1C726C
RGB
CMYK
RGB Variations
Color information
#1C726C (or 0x1C726C) is known color: Elm. HEX triplet: 1C, 72 and 6C. RGB value is (28,114,108). Sum of RGB (Red+Green+Blue) = 28+114+108=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #1C726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C726C is #E38D93. Grayscale: #575757. Windows color (decimal): -14912916 or 7107100. OLE color: 7107100.
HSL color Cylindrical-coordinate representation of color #1C726C: hue angle of 175.81º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C726C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 108 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.55 |
| HSL | 175.81º | 0.61% | 0.28% | - |
| HSV(B) | 175.81º | 0.75% | 0.45% | - |
| XYZ | 9.2 | 13.36 | 16.28 | - |
| YUV | 87.6 | 139.51 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 108 | 0.75 | 0 | 0.05 | 0.55 | 175.81 | 0.61 | 0.28 |
| Hex | 1C | 72 | 6C | 4B | 0 | 5 | 37 | B0 | 3D | 1C |
| Octal | 34 | 162 | 154 | 113 | 0 | 5 | 67 | 260 | 75 | 34 |
| Binary | 11100 | 1110010 | 1101100 | 1001011 | 0 | 101 | 110111 | 10110000 | 111101 | 11100 |
Color Harmonies of #1C726C
Complementary color
Monochromatic Colors of #1C726C
Black with #1C726C
Text Example
Text Example
White with #1C726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C726C; }
p { color: rgb(28,114,108); }
H1.HeaderClassName
{
color: #1C726C;
}
.AnyTagClassName
{
color: #1C726C;
}
</style>
background-color css
<style>
a { background-color: #1C726C; }
a { background-color: rgb(28,114,108); }
div.DivClassName
{
background-color: #1C726C;
}
.BgClassName
{
background-color: #1C726C;
}
</style>
border-color css
<style>
span { border-color: #1C726C; }
span { border-color: rgb(28,114,108); }
td.TdClassName
{
border-color: #1C726C;
}
.TagClassName
{
border-color: #1C726C;
}
</style>