Shades of Elm #277E71
Tints of Elm #277E71
RGB
CMYK
RGB Variations
Color information
#277E71 (or 0x277E71) is known color: Elm. HEX triplet: 27, 7E and 71. RGB value is (39,126,113). Sum of RGB (Red+Green+Blue) = 39+126+113=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #277E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277E71 is #D8818E. Grayscale: #626262. Windows color (decimal): -14188943 or 7437863. OLE color: 7437863.
HSL color Cylindrical-coordinate representation of color #277E71: hue angle of 171.03º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277E71 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 126 | 113 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.51 |
| HSL | 171.03º | 0.53% | 0.32% | - |
| HSV(B) | 171.03º | 0.69% | 0.49% | - |
| XYZ | 11.28 | 16.55 | 18.22 | - |
| YUV | 98.51 | 136.18 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 113 | 0.69 | 0 | 0.10 | 0.51 | 171.03 | 0.53 | 0.32 |
| Hex | 27 | 7E | 71 | 45 | 0 | A | 33 | AB | 35 | 20 |
| Octal | 47 | 176 | 161 | 105 | 0 | 12 | 63 | 253 | 65 | 40 |
| Binary | 100111 | 1111110 | 1110001 | 1000101 | 0 | 1010 | 110011 | 10101011 | 110101 | 100000 |
Color Harmonies of #277E71
Complementary color
Monochromatic Colors of #277E71
Black with #277E71
Text Example
Text Example
White with #277E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277E71; }
p { color: rgb(39,126,113); }
H1.HeaderClassName
{
color: #277E71;
}
.AnyTagClassName
{
color: #277E71;
}
</style>
background-color css
<style>
a { background-color: #277E71; }
a { background-color: rgb(39,126,113); }
div.DivClassName
{
background-color: #277E71;
}
.BgClassName
{
background-color: #277E71;
}
</style>
border-color css
<style>
span { border-color: #277E71; }
span { border-color: rgb(39,126,113); }
td.TdClassName
{
border-color: #277E71;
}
.TagClassName
{
border-color: #277E71;
}
</style>