Shades of Dark Green Copper #50726B
Tints of Dark Green Copper #50726B
RGB
CMYK
RGB Variations
Color information
#50726B (or 0x50726B) is known color: Dark Green Copper. HEX triplet: 50, 72 and 6B. RGB value is (80,114,107). Sum of RGB (Red+Green+Blue) = 80+114+107=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #50726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726B is #AF8D94. Grayscale: #676767. Windows color (decimal): -11505045 or 7041616. OLE color: 7041616.
HSL color Cylindrical-coordinate representation of color #50726B: hue angle of 167.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50726B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 107 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.55 |
| HSL | 167.65º | 0.18% | 0.38% | - |
| HSV(B) | 167.65º | 0.3% | 0.45% | - |
| XYZ | 11.98 | 14.8 | 16.14 | - |
| YUV | 103.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 107 | 0.30 | 0 | 0.06 | 0.55 | 167.65 | 0.18 | 0.38 |
| Hex | 50 | 72 | 6B | 1E | 0 | 6 | 37 | A8 | 12 | 26 |
| Octal | 120 | 162 | 153 | 36 | 0 | 6 | 67 | 250 | 22 | 46 |
| Binary | 1010000 | 1110010 | 1101011 | 11110 | 0 | 110 | 110111 | 10101000 | 10010 | 100110 |
Color Harmonies of #50726B
Complementary color
Monochromatic Colors of #50726B
Black with #50726B
Text Example
Text Example
White with #50726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50726B; }
p { color: rgb(80,114,107); }
H1.HeaderClassName
{
color: #50726B;
}
.AnyTagClassName
{
color: #50726B;
}
</style>
background-color css
<style>
a { background-color: #50726B; }
a { background-color: rgb(80,114,107); }
div.DivClassName
{
background-color: #50726B;
}
.BgClassName
{
background-color: #50726B;
}
</style>
border-color css
<style>
span { border-color: #50726B; }
span { border-color: rgb(80,114,107); }
td.TdClassName
{
border-color: #50726B;
}
.TagClassName
{
border-color: #50726B;
}
</style>