Shades of Elm #1C7878
Tints of Elm #1C7878
RGB
CMYK
RGB Variations
Color information
#1C7878 (or 0x1C7878) is known color: Elm. HEX triplet: 1C, 78 and 78. RGB value is (28,120,120). Sum of RGB (Red+Green+Blue) = 28+120+120=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #1C7878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7878 is #E38787. Grayscale: #5C5C5C. Windows color (decimal): -14911368 or 7895068. OLE color: 7895068.
HSL color Cylindrical-coordinate representation of color #1C7878: hue angle of 180º 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 #1C7878 is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 28 | 120 | 120 | - |
| CMYK | 0.77 | 0 | 0 | 0.53 |
| HSL | 180º | 0.62% | 0.29% | - |
| HSV(B) | 180º | 0.77% | 0.47% | - |
| XYZ | 10.59 | 15.04 | 20.11 | - |
| YUV | 92.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 120 | 0.77 | 0 | 0 | 0.53 | 180 | 0.62 | 0.29 |
| Hex | 1C | 78 | 78 | 4D | 0 | 0 | 35 | B4 | 3E | 1D |
| Octal | 34 | 170 | 170 | 115 | 0 | 0 | 65 | 264 | 76 | 35 |
| Binary | 11100 | 1111000 | 1111000 | 1001101 | 0 | 0 | 110101 | 10110100 | 111110 | 11101 |
Color Harmonies of #1C7878
Complementary color
Monochromatic Colors of #1C7878
Black with #1C7878
Text Example
Text Example
White with #1C7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7878; }
p { color: rgb(28,120,120); }
H1.HeaderClassName
{
color: #1C7878;
}
.AnyTagClassName
{
color: #1C7878;
}
</style>
background-color css
<style>
a { background-color: #1C7878; }
a { background-color: rgb(28,120,120); }
div.DivClassName
{
background-color: #1C7878;
}
.BgClassName
{
background-color: #1C7878;
}
</style>
border-color css
<style>
span { border-color: #1C7878; }
span { border-color: rgb(28,120,120); }
td.TdClassName
{
border-color: #1C7878;
}
.TagClassName
{
border-color: #1C7878;
}
</style>