Shades of Dark Green Copper #50726A
Tints of Dark Green Copper #50726A
RGB
CMYK
RGB Variations
Color information
#50726A (or 0x50726A) is known color: Dark Green Copper. HEX triplet: 50, 72 and 6A. RGB value is (80,114,106). Sum of RGB (Red+Green+Blue) = 80+114+106=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #50726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726A is #AF8D95. Grayscale: #666666. Windows color (decimal): -11505046 or 6976080. OLE color: 6976080.
HSL color Cylindrical-coordinate representation of color #50726A: hue angle of 165.88º 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 #50726A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 106 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.55 |
| HSL | 165.88º | 0.18% | 0.38% | - |
| HSV(B) | 165.88º | 0.3% | 0.45% | - |
| XYZ | 11.93 | 14.78 | 15.86 | - |
| YUV | 102.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 106 | 0.30 | 0 | 0.07 | 0.55 | 165.88 | 0.18 | 0.38 |
| Hex | 50 | 72 | 6A | 1E | 0 | 7 | 37 | A6 | 12 | 26 |
| Octal | 120 | 162 | 152 | 36 | 0 | 7 | 67 | 246 | 22 | 46 |
| Binary | 1010000 | 1110010 | 1101010 | 11110 | 0 | 111 | 110111 | 10100110 | 10010 | 100110 |
Color Harmonies of #50726A
Complementary color
Monochromatic Colors of #50726A
Black with #50726A
Text Example
Text Example
White with #50726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50726A; }
p { color: rgb(80,114,106); }
H1.HeaderClassName
{
color: #50726A;
}
.AnyTagClassName
{
color: #50726A;
}
</style>
background-color css
<style>
a { background-color: #50726A; }
a { background-color: rgb(80,114,106); }
div.DivClassName
{
background-color: #50726A;
}
.BgClassName
{
background-color: #50726A;
}
</style>
border-color css
<style>
span { border-color: #50726A; }
span { border-color: rgb(80,114,106); }
td.TdClassName
{
border-color: #50726A;
}
.TagClassName
{
border-color: #50726A;
}
</style>