Shades of Elm #277D76
Tints of Elm #277D76
RGB
CMYK
RGB Variations
Color information
#277D76 (or 0x277D76) is known color: Elm. HEX triplet: 27, 7D and 76. RGB value is (39,125,118). Sum of RGB (Red+Green+Blue) = 39+125+118=282 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.83% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 125 - color contains mainly: green. Hex color #277D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277D76 is #D88289. Grayscale: #626262. Windows color (decimal): -14189194 or 7765287. OLE color: 7765287.
HSL color Cylindrical-coordinate representation of color #277D76: hue angle of 175.12º 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 #277D76 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 125 | 118 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.51 |
| HSL | 175.12º | 0.52% | 0.32% | - |
| HSV(B) | 175.12º | 0.69% | 0.49% | - |
| XYZ | 11.44 | 16.41 | 19.7 | - |
| YUV | 98.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 118 | 0.69 | 0 | 0.06 | 0.51 | 175.12 | 0.52 | 0.32 |
| Hex | 27 | 7D | 76 | 45 | 0 | 6 | 33 | AF | 34 | 20 |
| Octal | 47 | 175 | 166 | 105 | 0 | 6 | 63 | 257 | 64 | 40 |
| Binary | 100111 | 1111101 | 1110110 | 1000101 | 0 | 110 | 110011 | 10101111 | 110100 | 100000 |
Color Harmonies of #277D76
Complementary color
Monochromatic Colors of #277D76
Black with #277D76
Text Example
Text Example
White with #277D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D76; }
p { color: rgb(39,125,118); }
H1.HeaderClassName
{
color: #277D76;
}
.AnyTagClassName
{
color: #277D76;
}
</style>
background-color css
<style>
a { background-color: #277D76; }
a { background-color: rgb(39,125,118); }
div.DivClassName
{
background-color: #277D76;
}
.BgClassName
{
background-color: #277D76;
}
</style>
border-color css
<style>
span { border-color: #277D76; }
span { border-color: rgb(39,125,118); }
td.TdClassName
{
border-color: #277D76;
}
.TagClassName
{
border-color: #277D76;
}
</style>