Shades of Dark Green Copper #4B776D
Tints of Dark Green Copper #4B776D
RGB
CMYK
RGB Variations
Color information
#4B776D (or 0x4B776D) is known color: Dark Green Copper. HEX triplet: 4B, 77 and 6D. RGB value is (75,119,109). Sum of RGB (Red+Green+Blue) = 75+119+109=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #4B776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B776D is #B48892. Grayscale: #686868. Windows color (decimal): -11831443 or 7173963. OLE color: 7173963.
HSL color Cylindrical-coordinate representation of color #4B776D: hue angle of 166.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B776D is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 109 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.53 |
| HSL | 166.36º | 0.23% | 0.38% | - |
| HSV(B) | 166.36º | 0.37% | 0.47% | - |
| XYZ | 12.26 | 15.79 | 16.87 | - |
| YUV | 104.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 109 | 0.37 | 0 | 0.08 | 0.53 | 166.36 | 0.23 | 0.38 |
| Hex | 4B | 77 | 6D | 25 | 0 | 8 | 35 | A6 | 17 | 26 |
| Octal | 113 | 167 | 155 | 45 | 0 | 10 | 65 | 246 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1101101 | 100101 | 0 | 1000 | 110101 | 10100110 | 10111 | 100110 |
Color Harmonies of #4B776D
Complementary color
Monochromatic Colors of #4B776D
Black with #4B776D
Text Example
Text Example
White with #4B776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B776D; }
p { color: rgb(75,119,109); }
H1.HeaderClassName
{
color: #4B776D;
}
.AnyTagClassName
{
color: #4B776D;
}
</style>
background-color css
<style>
a { background-color: #4B776D; }
a { background-color: rgb(75,119,109); }
div.DivClassName
{
background-color: #4B776D;
}
.BgClassName
{
background-color: #4B776D;
}
</style>
border-color css
<style>
span { border-color: #4B776D; }
span { border-color: rgb(75,119,109); }
td.TdClassName
{
border-color: #4B776D;
}
.TagClassName
{
border-color: #4B776D;
}
</style>