Shades of Elm #1F7771
Tints of Elm #1F7771
RGB
CMYK
RGB Variations
Color information
#1F7771 (or 0x1F7771) is known color: Elm. HEX triplet: 1F, 77 and 71. RGB value is (31,119,113). Sum of RGB (Red+Green+Blue) = 31+119+113=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7771 is #E0888E. Grayscale: #5B5B5B. Windows color (decimal): -14715023 or 7436063. OLE color: 7436063.
HSL color Cylindrical-coordinate representation of color #1F7771: hue angle of 175.91º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7771 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 113 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.53 |
| HSL | 175.91º | 0.59% | 0.29% | - |
| HSV(B) | 175.91º | 0.74% | 0.47% | - |
| XYZ | 10.14 | 14.68 | 17.92 | - |
| YUV | 92 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 113 | 0.74 | 0 | 0.05 | 0.53 | 175.91 | 0.59 | 0.29 |
| Hex | 1F | 77 | 71 | 4A | 0 | 5 | 35 | B0 | 3B | 1D |
| Octal | 37 | 167 | 161 | 112 | 0 | 5 | 65 | 260 | 73 | 35 |
| Binary | 11111 | 1110111 | 1110001 | 1001010 | 0 | 101 | 110101 | 10110000 | 111011 | 11101 |
Color Harmonies of #1F7771
Complementary color
Monochromatic Colors of #1F7771
Black with #1F7771
Text Example
Text Example
White with #1F7771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7771; }
p { color: rgb(31,119,113); }
H1.HeaderClassName
{
color: #1F7771;
}
.AnyTagClassName
{
color: #1F7771;
}
</style>
background-color css
<style>
a { background-color: #1F7771; }
a { background-color: rgb(31,119,113); }
div.DivClassName
{
background-color: #1F7771;
}
.BgClassName
{
background-color: #1F7771;
}
</style>
border-color css
<style>
span { border-color: #1F7771; }
span { border-color: rgb(31,119,113); }
td.TdClassName
{
border-color: #1F7771;
}
.TagClassName
{
border-color: #1F7771;
}
</style>