Shades of Dark Green Copper #4C7E75
Tints of Dark Green Copper #4C7E75
RGB
CMYK
RGB Variations
Color information
#4C7E75 (or 0x4C7E75) is known color: Dark Green Copper. HEX triplet: 4C, 7E and 75. RGB value is (76,126,117). Sum of RGB (Red+Green+Blue) = 76+126+117=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #4C7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7E75 is #B3818A. Grayscale: #6E6E6E. Windows color (decimal): -11764107 or 7700044. OLE color: 7700044.
HSL color Cylindrical-coordinate representation of color #4C7E75: hue angle of 169.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7E75 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 126 | 117 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.51 |
| HSL | 169.2º | 0.25% | 0.4% | - |
| HSV(B) | 169.2º | 0.4% | 0.49% | - |
| XYZ | 13.65 | 17.74 | 19.53 | - |
| YUV | 110.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 126 | 117 | 0.40 | 0 | 0.07 | 0.51 | 169.2 | 0.25 | 0.4 |
| Hex | 4C | 7E | 75 | 28 | 0 | 7 | 33 | A9 | 19 | 28 |
| Octal | 114 | 176 | 165 | 50 | 0 | 7 | 63 | 251 | 31 | 50 |
| Binary | 1001100 | 1111110 | 1110101 | 101000 | 0 | 111 | 110011 | 10101001 | 11001 | 101000 |
Color Harmonies of #4C7E75
Complementary color
Monochromatic Colors of #4C7E75
Black with #4C7E75
Text Example
Text Example
White with #4C7E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7E75; }
p { color: rgb(76,126,117); }
H1.HeaderClassName
{
color: #4C7E75;
}
.AnyTagClassName
{
color: #4C7E75;
}
</style>
background-color css
<style>
a { background-color: #4C7E75; }
a { background-color: rgb(76,126,117); }
div.DivClassName
{
background-color: #4C7E75;
}
.BgClassName
{
background-color: #4C7E75;
}
</style>
border-color css
<style>
span { border-color: #4C7E75; }
span { border-color: rgb(76,126,117); }
td.TdClassName
{
border-color: #4C7E75;
}
.TagClassName
{
border-color: #4C7E75;
}
</style>