Shades of Elm #1A7676
Tints of Elm #1A7676
RGB
CMYK
RGB Variations
Color information
#1A7676 (or 0x1A7676) is known color: Elm. HEX triplet: 1A, 76 and 76. RGB value is (26,118,118). Sum of RGB (Red+Green+Blue) = 26+118+118=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #1A7676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7676 is #E58989. Grayscale: #5A5A5A. Windows color (decimal): -15042954 or 7763482. OLE color: 7763482.
HSL color Cylindrical-coordinate representation of color #1A7676: hue angle of 180º 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 #1A7676 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 118 | - |
| CMYK | 0.78 | 0 | 0 | 0.54 |
| HSL | 180º | 0.64% | 0.28% | - |
| HSV(B) | 180º | 0.78% | 0.46% | - |
| XYZ | 10.17 | 14.48 | 19.4 | - |
| YUV | 90.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 118 | 0.78 | 0 | 0 | 0.54 | 180 | 0.64 | 0.28 |
| Hex | 1A | 76 | 76 | 4E | 0 | 0 | 36 | B4 | 40 | 1C |
| Octal | 32 | 166 | 166 | 116 | 0 | 0 | 66 | 264 | 100 | 34 |
| Binary | 11010 | 1110110 | 1110110 | 1001110 | 0 | 0 | 110110 | 10110100 | 1000000 | 11100 |
Color Harmonies of #1A7676
Complementary color
Monochromatic Colors of #1A7676
Black with #1A7676
Text Example
Text Example
White with #1A7676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7676; }
p { color: rgb(26,118,118); }
H1.HeaderClassName
{
color: #1A7676;
}
.AnyTagClassName
{
color: #1A7676;
}
</style>
background-color css
<style>
a { background-color: #1A7676; }
a { background-color: rgb(26,118,118); }
div.DivClassName
{
background-color: #1A7676;
}
.BgClassName
{
background-color: #1A7676;
}
</style>
border-color css
<style>
span { border-color: #1A7676; }
span { border-color: rgb(26,118,118); }
td.TdClassName
{
border-color: #1A7676;
}
.TagClassName
{
border-color: #1A7676;
}
</style>