Shades of Elm #1F776D
Tints of Elm #1F776D
RGB
CMYK
RGB Variations
Color information
#1F776D (or 0x1F776D) is known color: Elm. HEX triplet: 1F, 77 and 6D. RGB value is (31,119,109). Sum of RGB (Red+Green+Blue) = 31+119+109=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #1F776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F776D is #E08892. Grayscale: #5B5B5B. Windows color (decimal): -14715027 or 7173919. OLE color: 7173919.
HSL color Cylindrical-coordinate representation of color #1F776D: hue angle of 173.18º 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 #1F776D is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 119 | 109 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.53 |
| HSL | 173.18º | 0.59% | 0.29% | - |
| HSV(B) | 173.18º | 0.74% | 0.47% | - |
| XYZ | 9.92 | 14.59 | 16.76 | - |
| YUV | 91.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 109 | 0.74 | 0 | 0.08 | 0.53 | 173.18 | 0.59 | 0.29 |
| Hex | 1F | 77 | 6D | 4A | 0 | 8 | 35 | AD | 3B | 1D |
| Octal | 37 | 167 | 155 | 112 | 0 | 10 | 65 | 255 | 73 | 35 |
| Binary | 11111 | 1110111 | 1101101 | 1001010 | 0 | 1000 | 110101 | 10101101 | 111011 | 11101 |
Color Harmonies of #1F776D
Complementary color
Monochromatic Colors of #1F776D
Black with #1F776D
Text Example
Text Example
White with #1F776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F776D; }
p { color: rgb(31,119,109); }
H1.HeaderClassName
{
color: #1F776D;
}
.AnyTagClassName
{
color: #1F776D;
}
</style>
background-color css
<style>
a { background-color: #1F776D; }
a { background-color: rgb(31,119,109); }
div.DivClassName
{
background-color: #1F776D;
}
.BgClassName
{
background-color: #1F776D;
}
</style>
border-color css
<style>
span { border-color: #1F776D; }
span { border-color: rgb(31,119,109); }
td.TdClassName
{
border-color: #1F776D;
}
.TagClassName
{
border-color: #1F776D;
}
</style>