Shades of Dark Green Copper #4D7A72
Tints of Dark Green Copper #4D7A72
RGB
CMYK
RGB Variations
Color information
#4D7A72 (or 0x4D7A72) is known color: Dark Green Copper. HEX triplet: 4D, 7A and 72. RGB value is (77,122,114). Sum of RGB (Red+Green+Blue) = 77+122+114=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7A72 is #B2858D. Grayscale: #6B6B6B. Windows color (decimal): -11699598 or 7502413. OLE color: 7502413.
HSL color Cylindrical-coordinate representation of color #4D7A72: hue angle of 169.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7A72 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 114 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.52 |
| HSL | 169.33º | 0.23% | 0.39% | - |
| HSV(B) | 169.33º | 0.37% | 0.48% | - |
| XYZ | 13.06 | 16.71 | 18.46 | - |
| YUV | 107.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 114 | 0.37 | 0 | 0.07 | 0.52 | 169.33 | 0.23 | 0.39 |
| Hex | 4D | 7A | 72 | 25 | 0 | 7 | 34 | A9 | 17 | 27 |
| Octal | 115 | 172 | 162 | 45 | 0 | 7 | 64 | 251 | 27 | 47 |
| Binary | 1001101 | 1111010 | 1110010 | 100101 | 0 | 111 | 110100 | 10101001 | 10111 | 100111 |
Color Harmonies of #4D7A72
Complementary color
Monochromatic Colors of #4D7A72
Black with #4D7A72
Text Example
Text Example
White with #4D7A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A72; }
p { color: rgb(77,122,114); }
H1.HeaderClassName
{
color: #4D7A72;
}
.AnyTagClassName
{
color: #4D7A72;
}
</style>
background-color css
<style>
a { background-color: #4D7A72; }
a { background-color: rgb(77,122,114); }
div.DivClassName
{
background-color: #4D7A72;
}
.BgClassName
{
background-color: #4D7A72;
}
</style>
border-color css
<style>
span { border-color: #4D7A72; }
span { border-color: rgb(77,122,114); }
td.TdClassName
{
border-color: #4D7A72;
}
.TagClassName
{
border-color: #4D7A72;
}
</style>