Shades of Elm #277770
Tints of Elm #277770
RGB
CMYK
RGB Variations
Color information
#277770 (or 0x277770) is known color: Elm. HEX triplet: 27, 77 and 70. RGB value is (39,119,112). Sum of RGB (Red+Green+Blue) = 39+119+112=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 119 - color contains mainly: green. Hex color #277770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277770 is #D8888F. Grayscale: #5E5E5E. Windows color (decimal): -14190736 or 7370535. OLE color: 7370535.
HSL color Cylindrical-coordinate representation of color #277770: hue angle of 174.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277770 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 39 | 119 | 112 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.53 |
| HSL | 174.75º | 0.51% | 0.31% | - |
| HSV(B) | 174.75º | 0.67% | 0.47% | - |
| XYZ | 10.36 | 14.79 | 17.64 | - |
| YUV | 94.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 119 | 112 | 0.67 | 0 | 0.06 | 0.53 | 174.75 | 0.51 | 0.31 |
| Hex | 27 | 77 | 70 | 43 | 0 | 6 | 35 | AF | 33 | 1F |
| Octal | 47 | 167 | 160 | 103 | 0 | 6 | 65 | 257 | 63 | 37 |
| Binary | 100111 | 1110111 | 1110000 | 1000011 | 0 | 110 | 110101 | 10101111 | 110011 | 11111 |
Color Harmonies of #277770
Complementary color
Monochromatic Colors of #277770
Black with #277770
Text Example
Text Example
White with #277770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277770; }
p { color: rgb(39,119,112); }
H1.HeaderClassName
{
color: #277770;
}
.AnyTagClassName
{
color: #277770;
}
</style>
background-color css
<style>
a { background-color: #277770; }
a { background-color: rgb(39,119,112); }
div.DivClassName
{
background-color: #277770;
}
.BgClassName
{
background-color: #277770;
}
</style>
border-color css
<style>
span { border-color: #277770; }
span { border-color: rgb(39,119,112); }
td.TdClassName
{
border-color: #277770;
}
.TagClassName
{
border-color: #277770;
}
</style>