Shades of Elm #1C7975
Tints of Elm #1C7975
RGB
CMYK
RGB Variations
Color information
#1C7975 (or 0x1C7975) is known color: Elm. HEX triplet: 1C, 79 and 75. RGB value is (28,121,117). Sum of RGB (Red+Green+Blue) = 28+121+117=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #1C7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7975 is #E3868A. Grayscale: #5C5C5C. Windows color (decimal): -14911115 or 7698716. OLE color: 7698716.
HSL color Cylindrical-coordinate representation of color #1C7975: hue angle of 177.42º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7975 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 121 | 117 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.53 |
| HSL | 177.42º | 0.62% | 0.29% | - |
| HSV(B) | 177.42º | 0.77% | 0.47% | - |
| XYZ | 10.53 | 15.21 | 19.21 | - |
| YUV | 92.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 121 | 117 | 0.77 | 0 | 0.03 | 0.53 | 177.42 | 0.62 | 0.29 |
| Hex | 1C | 79 | 75 | 4D | 0 | 3 | 35 | B1 | 3E | 1D |
| Octal | 34 | 171 | 165 | 115 | 0 | 3 | 65 | 261 | 76 | 35 |
| Binary | 11100 | 1111001 | 1110101 | 1001101 | 0 | 11 | 110101 | 10110001 | 111110 | 11101 |
Color Harmonies of #1C7975
Complementary color
Monochromatic Colors of #1C7975
Black with #1C7975
Text Example
Text Example
White with #1C7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7975; }
p { color: rgb(28,121,117); }
H1.HeaderClassName
{
color: #1C7975;
}
.AnyTagClassName
{
color: #1C7975;
}
</style>
background-color css
<style>
a { background-color: #1C7975; }
a { background-color: rgb(28,121,117); }
div.DivClassName
{
background-color: #1C7975;
}
.BgClassName
{
background-color: #1C7975;
}
</style>
border-color css
<style>
span { border-color: #1C7975; }
span { border-color: rgb(28,121,117); }
td.TdClassName
{
border-color: #1C7975;
}
.TagClassName
{
border-color: #1C7975;
}
</style>