Shades of Elm #277C75
Tints of Elm #277C75
RGB
CMYK
RGB Variations
Color information
#277C75 (or 0x277C75) is known color: Elm. HEX triplet: 27, 7C and 75. RGB value is (39,124,117). Sum of RGB (Red+Green+Blue) = 39+124+117=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #277C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277C75 is #D8838A. Grayscale: #616161. Windows color (decimal): -14189451 or 7699495. OLE color: 7699495.
HSL color Cylindrical-coordinate representation of color #277C75: hue angle of 175.06º degrees, saturation: 0.52, 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 #277C75 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 124 | 117 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.51 |
| HSL | 175.06º | 0.52% | 0.32% | - |
| HSV(B) | 175.06º | 0.69% | 0.49% | - |
| XYZ | 11.26 | 16.13 | 19.35 | - |
| YUV | 97.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 124 | 117 | 0.69 | 0 | 0.06 | 0.51 | 175.06 | 0.52 | 0.32 |
| Hex | 27 | 7C | 75 | 45 | 0 | 6 | 33 | AF | 34 | 20 |
| Octal | 47 | 174 | 165 | 105 | 0 | 6 | 63 | 257 | 64 | 40 |
| Binary | 100111 | 1111100 | 1110101 | 1000101 | 0 | 110 | 110011 | 10101111 | 110100 | 100000 |
Color Harmonies of #277C75
Complementary color
Monochromatic Colors of #277C75
Black with #277C75
Text Example
Text Example
White with #277C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277C75; }
p { color: rgb(39,124,117); }
H1.HeaderClassName
{
color: #277C75;
}
.AnyTagClassName
{
color: #277C75;
}
</style>
background-color css
<style>
a { background-color: #277C75; }
a { background-color: rgb(39,124,117); }
div.DivClassName
{
background-color: #277C75;
}
.BgClassName
{
background-color: #277C75;
}
</style>
border-color css
<style>
span { border-color: #277C75; }
span { border-color: rgb(39,124,117); }
td.TdClassName
{
border-color: #277C75;
}
.TagClassName
{
border-color: #277C75;
}
</style>