Shades of Elm #257C76
Tints of Elm #257C76
RGB
CMYK
RGB Variations
Color information
#257C76 (or 0x257C76) is known color: Elm. HEX triplet: 25, 7C and 76. RGB value is (37,124,118). Sum of RGB (Red+Green+Blue) = 37+124+118=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 124 - color contains mainly: green. Hex color #257C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C76 is #DA8389. Grayscale: #616161. Windows color (decimal): -14320522 or 7765029. OLE color: 7765029.
HSL color Cylindrical-coordinate representation of color #257C76: hue angle of 175.86º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C76 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 118 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.51 |
| HSL | 175.86º | 0.54% | 0.32% | - |
| HSV(B) | 175.86º | 0.7% | 0.49% | - |
| XYZ | 11.24 | 16.12 | 19.66 | - |
| YUV | 97.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 118 | 0.70 | 0 | 0.05 | 0.51 | 175.86 | 0.54 | 0.32 |
| Hex | 25 | 7C | 76 | 46 | 0 | 5 | 33 | B0 | 36 | 20 |
| Octal | 45 | 174 | 166 | 106 | 0 | 5 | 63 | 260 | 66 | 40 |
| Binary | 100101 | 1111100 | 1110110 | 1000110 | 0 | 101 | 110011 | 10110000 | 110110 | 100000 |
Color Harmonies of #257C76
Complementary color
Monochromatic Colors of #257C76
Black with #257C76
Text Example
Text Example
White with #257C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C76; }
p { color: rgb(37,124,118); }
H1.HeaderClassName
{
color: #257C76;
}
.AnyTagClassName
{
color: #257C76;
}
</style>
background-color css
<style>
a { background-color: #257C76; }
a { background-color: rgb(37,124,118); }
div.DivClassName
{
background-color: #257C76;
}
.BgClassName
{
background-color: #257C76;
}
</style>
border-color css
<style>
span { border-color: #257C76; }
span { border-color: rgb(37,124,118); }
td.TdClassName
{
border-color: #257C76;
}
.TagClassName
{
border-color: #257C76;
}
</style>