Shades of Elm #1E7677
Tints of Elm #1E7677
RGB
CMYK
RGB Variations
Color information
#1E7677 (or 0x1E7677) is known color: Elm. HEX triplet: 1E, 76 and 77. RGB value is (30,118,119). Sum of RGB (Red+Green+Blue) = 30+118+119=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #1E7677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7677 is #E18988. Grayscale: #5B5B5B. Windows color (decimal): -14780809 or 7829022. OLE color: 7829022.
HSL color Cylindrical-coordinate representation of color #1E7677: hue angle of 180.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7677 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 118 | 119 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.53 |
| HSL | 180.67º | 0.6% | 0.29% | - |
| HSV(B) | 180.67º | 0.75% | 0.47% | - |
| XYZ | 10.34 | 14.56 | 19.72 | - |
| YUV | 91.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 118 | 119 | 0.75 | 0.01 | 0 | 0.53 | 180.67 | 0.6 | 0.29 |
| Hex | 1E | 76 | 77 | 4B | 1 | 0 | 35 | B5 | 3C | 1D |
| Octal | 36 | 166 | 167 | 113 | 1 | 0 | 65 | 265 | 74 | 35 |
| Binary | 11110 | 1110110 | 1110111 | 1001011 | 1 | 0 | 110101 | 10110101 | 111100 | 11101 |
Color Harmonies of #1E7677
Complementary color
Monochromatic Colors of #1E7677
Black with #1E7677
Text Example
Text Example
White with #1E7677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7677; }
p { color: rgb(30,118,119); }
H1.HeaderClassName
{
color: #1E7677;
}
.AnyTagClassName
{
color: #1E7677;
}
</style>
background-color css
<style>
a { background-color: #1E7677; }
a { background-color: rgb(30,118,119); }
div.DivClassName
{
background-color: #1E7677;
}
.BgClassName
{
background-color: #1E7677;
}
</style>
border-color css
<style>
span { border-color: #1E7677; }
span { border-color: rgb(30,118,119); }
td.TdClassName
{
border-color: #1E7677;
}
.TagClassName
{
border-color: #1E7677;
}
</style>