Shades of Elm #277D75
Tints of Elm #277D75
RGB
CMYK
RGB Variations
Color information
#277D75 (or 0x277D75) is known color: Elm. HEX triplet: 27, 7D and 75. RGB value is (39,125,117). Sum of RGB (Red+Green+Blue) = 39+125+117=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 125 (49.22% from 255 or 44.48% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 125 - color contains mainly: green. Hex color #277D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277D75 is #D8828A. Grayscale: #626262. Windows color (decimal): -14189195 or 7699751. OLE color: 7699751.
HSL color Cylindrical-coordinate representation of color #277D75: hue angle of 174.42º 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 #277D75 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 39 | 125 | 117 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.51 |
| HSL | 174.42º | 0.52% | 0.32% | - |
| HSV(B) | 174.42º | 0.69% | 0.49% | - |
| XYZ | 11.38 | 16.38 | 19.39 | - |
| YUV | 98.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 125 | 117 | 0.69 | 0 | 0.06 | 0.51 | 174.42 | 0.52 | 0.32 |
| Hex | 27 | 7D | 75 | 45 | 0 | 6 | 33 | AE | 34 | 20 |
| Octal | 47 | 175 | 165 | 105 | 0 | 6 | 63 | 256 | 64 | 40 |
| Binary | 100111 | 1111101 | 1110101 | 1000101 | 0 | 110 | 110011 | 10101110 | 110100 | 100000 |
Color Harmonies of #277D75
Complementary color
Monochromatic Colors of #277D75
Black with #277D75
Text Example
Text Example
White with #277D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277D75; }
p { color: rgb(39,125,117); }
H1.HeaderClassName
{
color: #277D75;
}
.AnyTagClassName
{
color: #277D75;
}
</style>
background-color css
<style>
a { background-color: #277D75; }
a { background-color: rgb(39,125,117); }
div.DivClassName
{
background-color: #277D75;
}
.BgClassName
{
background-color: #277D75;
}
</style>
border-color css
<style>
span { border-color: #277D75; }
span { border-color: rgb(39,125,117); }
td.TdClassName
{
border-color: #277D75;
}
.TagClassName
{
border-color: #277D75;
}
</style>