Shades of Elm #1A7576
Tints of Elm #1A7576
RGB
CMYK
RGB Variations
Color information
#1A7576 (or 0x1A7576) is known color: Elm. HEX triplet: 1A, 75 and 76. RGB value is (26,117,118). Sum of RGB (Red+Green+Blue) = 26+117+118=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A7576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7576 is #E58A89. Grayscale: #595959. Windows color (decimal): -15043210 or 7763226. OLE color: 7763226.
HSL color Cylindrical-coordinate representation of color #1A7576: hue angle of 180.65º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7576 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 118 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.54 |
| HSL | 180.65º | 0.64% | 0.28% | - |
| HSV(B) | 180.65º | 0.78% | 0.46% | - |
| XYZ | 10.06 | 14.25 | 19.36 | - |
| YUV | 89.91 | 143.85 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 118 | 0.78 | 0.01 | 0 | 0.54 | 180.65 | 0.64 | 0.28 |
| Hex | 1A | 75 | 76 | 4E | 1 | 0 | 36 | B5 | 40 | 1C |
| Octal | 32 | 165 | 166 | 116 | 1 | 0 | 66 | 265 | 100 | 34 |
| Binary | 11010 | 1110101 | 1110110 | 1001110 | 1 | 0 | 110110 | 10110101 | 1000000 | 11100 |
Color Harmonies of #1A7576
Complementary color
Monochromatic Colors of #1A7576
Black with #1A7576
Text Example
Text Example
White with #1A7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7576; }
p { color: rgb(26,117,118); }
H1.HeaderClassName
{
color: #1A7576;
}
.AnyTagClassName
{
color: #1A7576;
}
</style>
background-color css
<style>
a { background-color: #1A7576; }
a { background-color: rgb(26,117,118); }
div.DivClassName
{
background-color: #1A7576;
}
.BgClassName
{
background-color: #1A7576;
}
</style>
border-color css
<style>
span { border-color: #1A7576; }
span { border-color: rgb(26,117,118); }
td.TdClassName
{
border-color: #1A7576;
}
.TagClassName
{
border-color: #1A7576;
}
</style>