Shades of Dark Green Copper #4D7772
Tints of Dark Green Copper #4D7772
RGB
CMYK
RGB Variations
Color information
#4D7772 (or 0x4D7772) is known color: Dark Green Copper. HEX triplet: 4D, 77 and 72. RGB value is (77,119,114). Sum of RGB (Red+Green+Blue) = 77+119+114=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7772 is #B2888D. Grayscale: #696969. Windows color (decimal): -11700366 or 7501645. OLE color: 7501645.
HSL color Cylindrical-coordinate representation of color #4D7772: hue angle of 172.86º 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 #4D7772 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 114 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.53 |
| HSL | 172.86º | 0.21% | 0.38% | - |
| HSV(B) | 172.86º | 0.35% | 0.47% | - |
| XYZ | 12.69 | 15.99 | 18.34 | - |
| YUV | 105.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 114 | 0.35 | 0 | 0.04 | 0.53 | 172.86 | 0.21 | 0.38 |
| Hex | 4D | 77 | 72 | 23 | 0 | 4 | 35 | AD | 15 | 26 |
| Octal | 115 | 167 | 162 | 43 | 0 | 4 | 65 | 255 | 25 | 46 |
| Binary | 1001101 | 1110111 | 1110010 | 100011 | 0 | 100 | 110101 | 10101101 | 10101 | 100110 |
Color Harmonies of #4D7772
Complementary color
Monochromatic Colors of #4D7772
Black with #4D7772
Text Example
Text Example
White with #4D7772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7772; }
p { color: rgb(77,119,114); }
H1.HeaderClassName
{
color: #4D7772;
}
.AnyTagClassName
{
color: #4D7772;
}
</style>
background-color css
<style>
a { background-color: #4D7772; }
a { background-color: rgb(77,119,114); }
div.DivClassName
{
background-color: #4D7772;
}
.BgClassName
{
background-color: #4D7772;
}
</style>
border-color css
<style>
span { border-color: #4D7772; }
span { border-color: rgb(77,119,114); }
td.TdClassName
{
border-color: #4D7772;
}
.TagClassName
{
border-color: #4D7772;
}
</style>