Shades of Dark Green Copper #4D7F75
Tints of Dark Green Copper #4D7F75
RGB
CMYK
RGB Variations
Color information
#4D7F75 (or 0x4D7F75) is known color: Dark Green Copper. HEX triplet: 4D, 7F and 75. RGB value is (77,127,117). Sum of RGB (Red+Green+Blue) = 77+127+117=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F75 is #B2808A. Grayscale: #6E6E6E. Windows color (decimal): -11698315 or 7700301. OLE color: 7700301.
HSL color Cylindrical-coordinate representation of color #4D7F75: hue angle of 168º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F75 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 127 | 117 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.50 |
| HSL | 168º | 0.25% | 0.4% | - |
| HSV(B) | 168º | 0.39% | 0.5% | - |
| XYZ | 13.86 | 18.04 | 19.58 | - |
| YUV | 110.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 117 | 0.39 | 0 | 0.08 | 0.50 | 168 | 0.25 | 0.4 |
| Hex | 4D | 7F | 75 | 27 | 0 | 8 | 32 | A8 | 19 | 28 |
| Octal | 115 | 177 | 165 | 47 | 0 | 10 | 62 | 250 | 31 | 50 |
| Binary | 1001101 | 1111111 | 1110101 | 100111 | 0 | 1000 | 110010 | 10101000 | 11001 | 101000 |
Color Harmonies of #4D7F75
Complementary color
Monochromatic Colors of #4D7F75
Black with #4D7F75
Text Example
Text Example
White with #4D7F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7F75; }
p { color: rgb(77,127,117); }
H1.HeaderClassName
{
color: #4D7F75;
}
.AnyTagClassName
{
color: #4D7F75;
}
</style>
background-color css
<style>
a { background-color: #4D7F75; }
a { background-color: rgb(77,127,117); }
div.DivClassName
{
background-color: #4D7F75;
}
.BgClassName
{
background-color: #4D7F75;
}
</style>
border-color css
<style>
span { border-color: #4D7F75; }
span { border-color: rgb(77,127,117); }
td.TdClassName
{
border-color: #4D7F75;
}
.TagClassName
{
border-color: #4D7F75;
}
</style>