Shades of Elm #277977
Tints of Elm #277977
RGB
CMYK
RGB Variations
Color information
#277977 (or 0x277977) is known color: Elm. HEX triplet: 27, 79 and 77. RGB value is (39,121,119). Sum of RGB (Red+Green+Blue) = 39+121+119=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #277977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277977 is #D88688. Grayscale: #606060. Windows color (decimal): -14190217 or 7829799. OLE color: 7829799.
HSL color Cylindrical-coordinate representation of color #277977: hue angle of 178.54º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277977 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 121 | 119 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.53 |
| HSL | 178.54º | 0.51% | 0.31% | - |
| HSV(B) | 178.54º | 0.68% | 0.47% | - |
| XYZ | 11 | 15.44 | 19.85 | - |
| YUV | 96.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 121 | 119 | 0.68 | 0 | 0.02 | 0.53 | 178.54 | 0.51 | 0.31 |
| Hex | 27 | 79 | 77 | 44 | 0 | 2 | 35 | B3 | 33 | 1F |
| Octal | 47 | 171 | 167 | 104 | 0 | 2 | 65 | 263 | 63 | 37 |
| Binary | 100111 | 1111001 | 1110111 | 1000100 | 0 | 10 | 110101 | 10110011 | 110011 | 11111 |
Color Harmonies of #277977
Complementary color
Monochromatic Colors of #277977
Black with #277977
Text Example
Text Example
White with #277977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277977; }
p { color: rgb(39,121,119); }
H1.HeaderClassName
{
color: #277977;
}
.AnyTagClassName
{
color: #277977;
}
</style>
background-color css
<style>
a { background-color: #277977; }
a { background-color: rgb(39,121,119); }
div.DivClassName
{
background-color: #277977;
}
.BgClassName
{
background-color: #277977;
}
</style>
border-color css
<style>
span { border-color: #277977; }
span { border-color: rgb(39,121,119); }
td.TdClassName
{
border-color: #277977;
}
.TagClassName
{
border-color: #277977;
}
</style>