Shades of Elm #257772
Tints of Elm #257772
RGB
CMYK
RGB Variations
Color information
#257772 (or 0x257772) is known color: Elm. HEX triplet: 25, 77 and 72. RGB value is (37,119,114). Sum of RGB (Red+Green+Blue) = 37+119+114=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #257772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257772 is #DA888D. Grayscale: #5D5D5D. Windows color (decimal): -14321806 or 7501605. OLE color: 7501605.
HSL color Cylindrical-coordinate representation of color #257772: hue angle of 176.34º 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 #257772 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 114 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.53 |
| HSL | 176.34º | 0.53% | 0.31% | - |
| HSV(B) | 176.34º | 0.69% | 0.47% | - |
| XYZ | 10.4 | 14.8 | 18.23 | - |
| YUV | 93.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 114 | 0.69 | 0 | 0.04 | 0.53 | 176.34 | 0.53 | 0.31 |
| Hex | 25 | 77 | 72 | 45 | 0 | 4 | 35 | B0 | 35 | 1F |
| Octal | 45 | 167 | 162 | 105 | 0 | 4 | 65 | 260 | 65 | 37 |
| Binary | 100101 | 1110111 | 1110010 | 1000101 | 0 | 100 | 110101 | 10110000 | 110101 | 11111 |
Color Harmonies of #257772
Complementary color
Monochromatic Colors of #257772
Black with #257772
Text Example
Text Example
White with #257772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257772; }
p { color: rgb(37,119,114); }
H1.HeaderClassName
{
color: #257772;
}
.AnyTagClassName
{
color: #257772;
}
</style>
background-color css
<style>
a { background-color: #257772; }
a { background-color: rgb(37,119,114); }
div.DivClassName
{
background-color: #257772;
}
.BgClassName
{
background-color: #257772;
}
</style>
border-color css
<style>
span { border-color: #257772; }
span { border-color: rgb(37,119,114); }
td.TdClassName
{
border-color: #257772;
}
.TagClassName
{
border-color: #257772;
}
</style>