Shades of Elm #257771
Tints of Elm #257771
RGB
CMYK
RGB Variations
Color information
#257771 (or 0x257771) is known color: Elm. HEX triplet: 25, 77 and 71. RGB value is (37,119,113). Sum of RGB (Red+Green+Blue) = 37+119+113=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #257771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257771 is #DA888E. Grayscale: #5D5D5D. Windows color (decimal): -14321807 or 7436069. OLE color: 7436069.
HSL color Cylindrical-coordinate representation of color #257771: hue angle of 175.61º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257771 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 113 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.53 |
| HSL | 175.61º | 0.53% | 0.31% | - |
| HSV(B) | 175.61º | 0.69% | 0.47% | - |
| XYZ | 10.34 | 14.78 | 17.93 | - |
| YUV | 93.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 113 | 0.69 | 0 | 0.05 | 0.53 | 175.61 | 0.53 | 0.31 |
| Hex | 25 | 77 | 71 | 45 | 0 | 5 | 35 | B0 | 35 | 1F |
| Octal | 45 | 167 | 161 | 105 | 0 | 5 | 65 | 260 | 65 | 37 |
| Binary | 100101 | 1110111 | 1110001 | 1000101 | 0 | 101 | 110101 | 10110000 | 110101 | 11111 |
Color Harmonies of #257771
Complementary color
Monochromatic Colors of #257771
Black with #257771
Text Example
Text Example
White with #257771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257771; }
p { color: rgb(37,119,113); }
H1.HeaderClassName
{
color: #257771;
}
.AnyTagClassName
{
color: #257771;
}
</style>
background-color css
<style>
a { background-color: #257771; }
a { background-color: rgb(37,119,113); }
div.DivClassName
{
background-color: #257771;
}
.BgClassName
{
background-color: #257771;
}
</style>
border-color css
<style>
span { border-color: #257771; }
span { border-color: rgb(37,119,113); }
td.TdClassName
{
border-color: #257771;
}
.TagClassName
{
border-color: #257771;
}
</style>