Shades of Dark Green Copper #47776F
Tints of Dark Green Copper #47776F
RGB
CMYK
RGB Variations
Color information
#47776F (or 0x47776F) is known color: Dark Green Copper. HEX triplet: 47, 77 and 6F. RGB value is (71,119,111). Sum of RGB (Red+Green+Blue) = 71+119+111=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #47776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47776F is #B88890. Grayscale: #676767. Windows color (decimal): -12093585 or 7305031. OLE color: 7305031.
HSL color Cylindrical-coordinate representation of color #47776F: hue angle of 170º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47776F is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 119 | 111 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.53 |
| HSL | 170º | 0.25% | 0.37% | - |
| HSV(B) | 170º | 0.4% | 0.47% | - |
| XYZ | 12.06 | 15.68 | 17.43 | - |
| YUV | 103.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 119 | 111 | 0.40 | 0 | 0.07 | 0.53 | 170 | 0.25 | 0.37 |
| Hex | 47 | 77 | 6F | 28 | 0 | 7 | 35 | AA | 19 | 25 |
| Octal | 107 | 167 | 157 | 50 | 0 | 7 | 65 | 252 | 31 | 45 |
| Binary | 1000111 | 1110111 | 1101111 | 101000 | 0 | 111 | 110101 | 10101010 | 11001 | 100101 |
Color Harmonies of #47776F
Complementary color
Monochromatic Colors of #47776F
Black with #47776F
Text Example
Text Example
White with #47776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47776F; }
p { color: rgb(71,119,111); }
H1.HeaderClassName
{
color: #47776F;
}
.AnyTagClassName
{
color: #47776F;
}
</style>
background-color css
<style>
a { background-color: #47776F; }
a { background-color: rgb(71,119,111); }
div.DivClassName
{
background-color: #47776F;
}
.BgClassName
{
background-color: #47776F;
}
</style>
border-color css
<style>
span { border-color: #47776F; }
span { border-color: rgb(71,119,111); }
td.TdClassName
{
border-color: #47776F;
}
.TagClassName
{
border-color: #47776F;
}
</style>