Shades of Elm #1A7773
Tints of Elm #1A7773
RGB
CMYK
RGB Variations
Color information
#1A7773 (or 0x1A7773) is known color: Elm. HEX triplet: 1A, 77 and 73. RGB value is (26,119,115). Sum of RGB (Red+Green+Blue) = 26+119+115=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #1A7773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7773 is #E5888C. Grayscale: #5A5A5A. Windows color (decimal): -15042701 or 7567130. OLE color: 7567130.
HSL color Cylindrical-coordinate representation of color #1A7773: hue angle of 177.42º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7773 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 119 | 115 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.53 |
| HSL | 177.42º | 0.64% | 0.28% | - |
| HSV(B) | 177.42º | 0.78% | 0.47% | - |
| XYZ | 10.12 | 14.65 | 18.51 | - |
| YUV | 90.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 119 | 115 | 0.78 | 0 | 0.03 | 0.53 | 177.42 | 0.64 | 0.28 |
| Hex | 1A | 77 | 73 | 4E | 0 | 3 | 35 | B1 | 40 | 1C |
| Octal | 32 | 167 | 163 | 116 | 0 | 3 | 65 | 261 | 100 | 34 |
| Binary | 11010 | 1110111 | 1110011 | 1001110 | 0 | 11 | 110101 | 10110001 | 1000000 | 11100 |
Color Harmonies of #1A7773
Complementary color
Monochromatic Colors of #1A7773
Black with #1A7773
Text Example
Text Example
White with #1A7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7773; }
p { color: rgb(26,119,115); }
H1.HeaderClassName
{
color: #1A7773;
}
.AnyTagClassName
{
color: #1A7773;
}
</style>
background-color css
<style>
a { background-color: #1A7773; }
a { background-color: rgb(26,119,115); }
div.DivClassName
{
background-color: #1A7773;
}
.BgClassName
{
background-color: #1A7773;
}
</style>
border-color css
<style>
span { border-color: #1A7773; }
span { border-color: rgb(26,119,115); }
td.TdClassName
{
border-color: #1A7773;
}
.TagClassName
{
border-color: #1A7773;
}
</style>