Shades of Elm #277E75
Tints of Elm #277E75
RGB
CMYK
RGB Variations
Color information
#277E75 (or 0x277E75) is known color: Elm. HEX triplet: 27, 7E and 75. RGB value is (39,126,117). Sum of RGB (Red+Green+Blue) = 39+126+117=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #277E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277E75 is #D8818A. Grayscale: #626262. Windows color (decimal): -14188939 or 7700007. OLE color: 7700007.
HSL color Cylindrical-coordinate representation of color #277E75: hue angle of 173.79º 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 #277E75 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 126 | 117 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.51 |
| HSL | 173.79º | 0.53% | 0.32% | - |
| HSV(B) | 173.79º | 0.69% | 0.49% | - |
| XYZ | 11.51 | 16.64 | 19.43 | - |
| YUV | 98.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 126 | 117 | 0.69 | 0 | 0.07 | 0.51 | 173.79 | 0.53 | 0.32 |
| Hex | 27 | 7E | 75 | 45 | 0 | 7 | 33 | AE | 35 | 20 |
| Octal | 47 | 176 | 165 | 105 | 0 | 7 | 63 | 256 | 65 | 40 |
| Binary | 100111 | 1111110 | 1110101 | 1000101 | 0 | 111 | 110011 | 10101110 | 110101 | 100000 |
Color Harmonies of #277E75
Complementary color
Monochromatic Colors of #277E75
Black with #277E75
Text Example
Text Example
White with #277E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277E75; }
p { color: rgb(39,126,117); }
H1.HeaderClassName
{
color: #277E75;
}
.AnyTagClassName
{
color: #277E75;
}
</style>
background-color css
<style>
a { background-color: #277E75; }
a { background-color: rgb(39,126,117); }
div.DivClassName
{
background-color: #277E75;
}
.BgClassName
{
background-color: #277E75;
}
</style>
border-color css
<style>
span { border-color: #277E75; }
span { border-color: rgb(39,126,117); }
td.TdClassName
{
border-color: #277E75;
}
.TagClassName
{
border-color: #277E75;
}
</style>