Shades of Dark Green Copper #4D786C
Tints of Dark Green Copper #4D786C
RGB
CMYK
RGB Variations
Color information
#4D786C (or 0x4D786C) is known color: Dark Green Copper. HEX triplet: 4D, 78 and 6C. RGB value is (77,120,108). Sum of RGB (Red+Green+Blue) = 77+120+108=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4D786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D786C is #B28793. Grayscale: #696969. Windows color (decimal): -11700116 or 7108685. OLE color: 7108685.
HSL color Cylindrical-coordinate representation of color #4D786C: hue angle of 163.26º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D786C is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 108 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.53 |
| HSL | 163.26º | 0.22% | 0.39% | - |
| HSV(B) | 163.26º | 0.36% | 0.47% | - |
| XYZ | 12.48 | 16.09 | 16.64 | - |
| YUV | 105.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 108 | 0.36 | 0 | 0.10 | 0.53 | 163.26 | 0.22 | 0.39 |
| Hex | 4D | 78 | 6C | 24 | 0 | A | 35 | A3 | 16 | 27 |
| Octal | 115 | 170 | 154 | 44 | 0 | 12 | 65 | 243 | 26 | 47 |
| Binary | 1001101 | 1111000 | 1101100 | 100100 | 0 | 1010 | 110101 | 10100011 | 10110 | 100111 |
Color Harmonies of #4D786C
Complementary color
Monochromatic Colors of #4D786C
Black with #4D786C
Text Example
Text Example
White with #4D786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D786C; }
p { color: rgb(77,120,108); }
H1.HeaderClassName
{
color: #4D786C;
}
.AnyTagClassName
{
color: #4D786C;
}
</style>
background-color css
<style>
a { background-color: #4D786C; }
a { background-color: rgb(77,120,108); }
div.DivClassName
{
background-color: #4D786C;
}
.BgClassName
{
background-color: #4D786C;
}
</style>
border-color css
<style>
span { border-color: #4D786C; }
span { border-color: rgb(77,120,108); }
td.TdClassName
{
border-color: #4D786C;
}
.TagClassName
{
border-color: #4D786C;
}
</style>