Shades of Dark Green Copper #4D776A
Tints of Dark Green Copper #4D776A
RGB
CMYK
RGB Variations
Color information
#4D776A (or 0x4D776A) is known color: Dark Green Copper. HEX triplet: 4D, 77 and 6A. RGB value is (77,119,106). Sum of RGB (Red+Green+Blue) = 77+119+106=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4D776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D776A is #B28895. Grayscale: #686868. Windows color (decimal): -11700374 or 6977357. OLE color: 6977357.
HSL color Cylindrical-coordinate representation of color #4D776A: hue angle of 161.43º 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 #4D776A is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 106 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.53 |
| HSL | 161.43º | 0.21% | 0.38% | - |
| HSV(B) | 161.43º | 0.35% | 0.47% | - |
| XYZ | 12.26 | 15.81 | 16.04 | - |
| YUV | 104.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 106 | 0.35 | 0 | 0.11 | 0.53 | 161.43 | 0.21 | 0.38 |
| Hex | 4D | 77 | 6A | 23 | 0 | B | 35 | A1 | 15 | 26 |
| Octal | 115 | 167 | 152 | 43 | 0 | 13 | 65 | 241 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1101010 | 100011 | 0 | 1011 | 110101 | 10100001 | 10101 | 100110 |
Color Harmonies of #4D776A
Complementary color
Monochromatic Colors of #4D776A
Black with #4D776A
Text Example
Text Example
White with #4D776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D776A; }
p { color: rgb(77,119,106); }
H1.HeaderClassName
{
color: #4D776A;
}
.AnyTagClassName
{
color: #4D776A;
}
</style>
background-color css
<style>
a { background-color: #4D776A; }
a { background-color: rgb(77,119,106); }
div.DivClassName
{
background-color: #4D776A;
}
.BgClassName
{
background-color: #4D776A;
}
</style>
border-color css
<style>
span { border-color: #4D776A; }
span { border-color: rgb(77,119,106); }
td.TdClassName
{
border-color: #4D776A;
}
.TagClassName
{
border-color: #4D776A;
}
</style>