Shades of Dark Green Copper #4D776E
Tints of Dark Green Copper #4D776E
RGB
CMYK
RGB Variations
Color information
#4D776E (or 0x4D776E) is known color: Dark Green Copper. HEX triplet: 4D, 77 and 6E. RGB value is (77,119,110). Sum of RGB (Red+Green+Blue) = 77+119+110=306 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.16% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #4D776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D776E is #B28891. Grayscale: #696969. Windows color (decimal): -11700370 or 7239501. OLE color: 7239501.
HSL color Cylindrical-coordinate representation of color #4D776E: hue angle of 167.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D776E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 110 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.53 |
| HSL | 167.14º | 0.21% | 0.38% | - |
| HSV(B) | 167.14º | 0.35% | 0.47% | - |
| XYZ | 12.47 | 15.9 | 17.16 | - |
| YUV | 105.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 110 | 0.35 | 0 | 0.08 | 0.53 | 167.14 | 0.21 | 0.38 |
| Hex | 4D | 77 | 6E | 23 | 0 | 8 | 35 | A7 | 15 | 26 |
| Octal | 115 | 167 | 156 | 43 | 0 | 10 | 65 | 247 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1101110 | 100011 | 0 | 1000 | 110101 | 10100111 | 10101 | 100110 |
Color Harmonies of #4D776E
Complementary color
Monochromatic Colors of #4D776E
Black with #4D776E
Text Example
Text Example
White with #4D776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D776E; }
p { color: rgb(77,119,110); }
H1.HeaderClassName
{
color: #4D776E;
}
.AnyTagClassName
{
color: #4D776E;
}
</style>
background-color css
<style>
a { background-color: #4D776E; }
a { background-color: rgb(77,119,110); }
div.DivClassName
{
background-color: #4D776E;
}
.BgClassName
{
background-color: #4D776E;
}
</style>
border-color css
<style>
span { border-color: #4D776E; }
span { border-color: rgb(77,119,110); }
td.TdClassName
{
border-color: #4D776E;
}
.TagClassName
{
border-color: #4D776E;
}
</style>