Shades of Elm #1A7D7C
Tints of Elm #1A7D7C
RGB
CMYK
RGB Variations
Color information
#1A7D7C (or 0x1A7D7C) is known color: Elm. HEX triplet: 1A, 7D and 7C. RGB value is (26,125,124). Sum of RGB (Red+Green+Blue) = 26+125+124=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D7C is #E58283. Grayscale: #5F5F5F. Windows color (decimal): -15041156 or 8158490. OLE color: 8158490.
HSL color Cylindrical-coordinate representation of color #1A7D7C: hue angle of 179.39º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7D7C is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 125 | 124 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.51 |
| HSL | 179.39º | 0.66% | 0.3% | - |
| HSV(B) | 179.39º | 0.79% | 0.49% | - |
| XYZ | 11.4 | 16.34 | 21.62 | - |
| YUV | 95.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 124 | 0.79 | 0 | 0.01 | 0.51 | 179.39 | 0.66 | 0.3 |
| Hex | 1A | 7D | 7C | 4F | 0 | 1 | 33 | B3 | 42 | 1E |
| Octal | 32 | 175 | 174 | 117 | 0 | 1 | 63 | 263 | 102 | 36 |
| Binary | 11010 | 1111101 | 1111100 | 1001111 | 0 | 1 | 110011 | 10110011 | 1000010 | 11110 |
Color Harmonies of #1A7D7C
Complementary color
Monochromatic Colors of #1A7D7C
Black with #1A7D7C
Text Example
Text Example
White with #1A7D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7D7C; }
p { color: rgb(26,125,124); }
H1.HeaderClassName
{
color: #1A7D7C;
}
.AnyTagClassName
{
color: #1A7D7C;
}
</style>
background-color css
<style>
a { background-color: #1A7D7C; }
a { background-color: rgb(26,125,124); }
div.DivClassName
{
background-color: #1A7D7C;
}
.BgClassName
{
background-color: #1A7D7C;
}
</style>
border-color css
<style>
span { border-color: #1A7D7C; }
span { border-color: rgb(26,125,124); }
td.TdClassName
{
border-color: #1A7D7C;
}
.TagClassName
{
border-color: #1A7D7C;
}
</style>