Shades of Elm #278077
Tints of Elm #278077
RGB
CMYK
RGB Variations
Color information
#278077 (or 0x278077) is known color: Elm. HEX triplet: 27, 80 and 77. RGB value is (39,128,119). Sum of RGB (Red+Green+Blue) = 39+128+119=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #278077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278077 is #D87F88. Grayscale: #646464. Windows color (decimal): -14188425 or 7831591. OLE color: 7831591.
HSL color Cylindrical-coordinate representation of color #278077: hue angle of 173.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278077 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 128 | 119 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.50 |
| HSL | 173.93º | 0.53% | 0.33% | - |
| HSV(B) | 173.93º | 0.7% | 0.5% | - |
| XYZ | 11.89 | 17.2 | 20.15 | - |
| YUV | 100.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 128 | 119 | 0.70 | 0 | 0.07 | 0.50 | 173.93 | 0.53 | 0.33 |
| Hex | 27 | 80 | 77 | 46 | 0 | 7 | 32 | AE | 35 | 21 |
| Octal | 47 | 200 | 167 | 106 | 0 | 7 | 62 | 256 | 65 | 41 |
| Binary | 100111 | 10000000 | 1110111 | 1000110 | 0 | 111 | 110010 | 10101110 | 110101 | 100001 |
Color Harmonies of #278077
Complementary color
Monochromatic Colors of #278077
Black with #278077
Text Example
Text Example
White with #278077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278077; }
p { color: rgb(39,128,119); }
H1.HeaderClassName
{
color: #278077;
}
.AnyTagClassName
{
color: #278077;
}
</style>
background-color css
<style>
a { background-color: #278077; }
a { background-color: rgb(39,128,119); }
div.DivClassName
{
background-color: #278077;
}
.BgClassName
{
background-color: #278077;
}
</style>
border-color css
<style>
span { border-color: #278077; }
span { border-color: rgb(39,128,119); }
td.TdClassName
{
border-color: #278077;
}
.TagClassName
{
border-color: #278077;
}
</style>